Code Sync up from tizen_2.4
[platform/core/telephony/tel-plugin-packetservice.git] / introspection / modem.xml
1 <node>
2         <interface name="com.tcore.ps.modem">
3                 <method name="GetProperties">
4                         <arg  type="a{ss}" name="modem_property" direction="out" />
5                 </method>
6                 <method name="GetServices">
7                         <arg  type="a{sa{ss}}" name="service_hash" direction="out" />
8                 </method>
9                 <method name="GetProfileList">
10                         <arg  type="as" name="profile_list" direction="out" />
11                 </method>
12                 <method name="AddProfile">
13                         <arg  type="a{ss}" name="profile_property" direction="in" />
14                         <arg  type="b" name="result" direction="out" />
15                 </method>
16                 <method name="ResetProfile">
17                         <arg  type="i" name="type" direction="in" />
18                         <arg  type="b" name="result" direction="out" />
19                 </method>
20                 <method name="GoDormantAll">
21                         <arg  type="i" name="result" direction="out" />
22                 </method>               
23                 <signal name="PropertyChanged">
24                         <arg type="a{ss}" name="modem_property" direction="out" />
25                 </signal>
26                 <signal name="ServiceAdded">
27                         <arg type="a{ss}" name="service" direction="out" />
28                 </signal>
29                 <signal name="ServiceRemoved">
30                         <arg  type="s" name="service_path" direction="out" />
31                 </signal>
32                 <signal name="DedicatedBearerInfo">
33                         <arg  type="a{ss}" name="dedicated_bearer" direction="out" />
34                 </signal>
35                 <signal name="ResetProfileComplete">
36                         <arg type="b" name="result" direction="out" />
37                 </signal>
38         </interface>
39 </node>