Added background restriction for data saver
[platform/core/connectivity/stc-manager.git] / interfaces / stcmanager-iface-statistics.xml
1 <node>
2         <interface name="net.stc.statistics">
3                 <method name='Init'>
4                 </method>
5                 <method name='GetAll'>
6                         <arg type='a{sv}' name='select_rule' direction='in'/>
7                         <arg type='i' name='error_code' direction='out'/>
8                         <arg type='aa{sv}' name='statistics' direction='out'/>
9                 </method>
10
11                 <method name='Get'>
12                         <arg type='s' name='app_id' direction='in'/>
13                         <arg type='a{sv}' name='select_rule' direction='in'/>
14                         <arg type='i' name='error_code' direction='out'/>
15                         <arg type='a{sv}' name='statistics' direction='out'/>
16                 </method>
17
18                 <method name='Reset'>
19                         <arg type='a{sv}' name='reset_rule' direction='in'/>
20                         <arg type='i' name='error_code' direction='out'/>
21                 </method>
22         </interface>
23 </node>