Add gtest for coverage and auto test
[platform/core/api/uwb.git] / src / uwb-gdbuslib.xml
1 <!--
2   org.tizen.uwb
3 -->
4
5 <node>
6         <interface name="org.tizen.uwb.manager">
7                 <method name="Test">
8                 </method>
9                 <method name="Reset">
10                 </method>
11                 <method name="FactoryReset">
12                 </method>
13                 <method name="GetOwnNode">
14                         <arg type="a{sv}" name="own_node" direction="out" />
15                 </method>
16                 <method name="GetNetworkInfo">
17                         <arg type="q" name="pan_id" direction="out" />
18                         <arg type="aa{sv}" name="remote_node_list" direction="out" />
19                 </method>
20                 <method name="SetConfigurations">
21                         <arg type="q" name="node_id" direction="in" />
22                         <arg type="a{sv}" name="configurations" direction="in"/>
23                 </method>
24                 <method name="GetConfigurations">
25                         <arg type="q" name="node_id" direction="in" />
26                         <arg type="a{sv}" name="configurations" direction="out"/>
27                 </method>
28                 <method name="SetPosition">
29                         <arg type="q" name="node_id" direction="in" />
30                         <arg type="i" name="x" direction="in" />
31                         <arg type="i" name="y" direction="in" />
32                         <arg type="i" name="z" direction="in" />
33                 </method>
34                 <method name="SendMessage">
35                         <arg type="a(y)" name="message" direction="in"/>
36                         <arg type="i" name="message_length" direction="in" />
37                 </method>
38                 <method name="SendMessageTo">
39                         <arg type="q" name="node_id" direction="in" />
40                         <arg type="a(y)" name="message" direction="in"/>
41                         <arg type="i" name="message_length" direction="in" />
42                 </method>
43                 <signal name="MessageReceived">
44                         <arg type="q" name="node_id" />
45                         <arg type="a(y)" name="message" />
46                         <arg type="i" name="message_length" />
47                 </signal>
48                 <signal name="PositionChanged">
49                         <arg type="q" name="node_id" />
50                         <arg type="i" name="x" />
51                         <arg type="i" name="y" />
52                         <arg type="i" name="z" />
53                 </signal>
54         </interface>
55 </node>