Replaced type from state for restriction
[platform/core/connectivity/stc-manager.git] / interfaces / stcmanager-iface-restriction.xml
index b765431..3ecc542 100644 (file)
                        <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>
 
-               <signal name='StatusChanged'>
+               <method name='Stop'>
+                       <arg type='i' name='error_code' direction='out'/>
+               </method>
+
+               <signal name='WarnThresholdCrossed'>
+                       <arg type='s' name='app_id'/>
+               </signal>
+
+               <signal name='RestrictionThresholdCrossed'>
                        <arg type='s' name='app_id'/>
-                       <arg type='y' name='status'/>
-                       <arg type='i' name='reason'/>
                </signal>
        </interface>
 </node>