Add to set/unset restriction list
[platform/core/connectivity/stc-manager.git] / interfaces / stcmanager-iface-restriction.xml
index 6ccc381..b8c89e0 100644 (file)
@@ -5,11 +5,6 @@
                        <arg type='i' name='error_code' direction='out'/>
                </method>
 
-               <method name='Exclude'>
-                       <arg type='a{sv}' name='parameters' direction='in'/>
-                       <arg type='i' name='error_code' direction='out'/>
-               </method>
-
                <method name='Get'>
                        <arg type='s' name='app_id' direction='in'/>
                        <arg type='i' name='error_code' direction='out'/>
                        <arg type='aa{sv}' name='parameters' direction='out'/>
                </method>
 
-               <method name='GetState'>
+               <method name='GetType'>
                        <arg type='s' name='app_id' direction='in'/>
                        <arg type='i' name='iftype' direction='in'/>
                        <arg type='i' name='error_code' direction='out'/>
-                       <arg type='i' name='state' direction='out'/>
+                       <arg type='i' name='type' direction='out'/>
                </method>
 
-               <method name='Remove'>
+               <method name='Unset'>
                        <arg type='a{sv}' name='parameters' direction='in'/>
                        <arg type='i' name='error_code' direction='out'/>
                </method>
 
+               <method name='SetList'>
+                       <arg type='aa{sv}' name='parameters' direction='in'/>
+                       <arg type='i' name='error_code' direction='out'/>
+               </method>
+
+               <method name='UnsetList'>
+                       <arg type='aa{sv}' name='parameters' direction='in'/>
+                       <arg type='i' name='error_code' direction='out'/>
+               </method>
+
+               <method name='Stop'>
+                       <arg type='i' name='error_code' direction='out'/>
+               </method>
+
                <signal name='WarnThresholdCrossed'>
                        <arg type='s' name='app_id'/>
                </signal>