Fix resource leak
[platform/core/connectivity/net-config.git] / interfaces / netconfig-iface-network-state.xml
index f0000a3..ddcafe6 100755 (executable)
@@ -23,9 +23,6 @@
                <method name="CheckGetPrivilege"></method>
                <method name="CheckProfilePrivilege"></method>
                <method name="CheckInternetPrivilege"></method>
-               <method name="LaunchMdns">
-                       <arg type="s" name="name" direction="in"/>
-               </method>
                <method name="DevicePolicySetWifi">
                        <arg type="i" name="state" direction="in"/>
                </method>
                        <arg type="s" name="profile" direction="in"/>
                        <arg type="s" name="address" direction="out"/>
                </method>
+               <method name="RequestVconfValue">
+                       <arg type="s" name="key" direction="in"/>
+                       <arg type="s" name="type" direction="in"/>
+                       <arg type="i" name="ret" direction="out"/>
+                       <arg type="i" name="int_value" direction="out"/>
+                       <arg type="s" name="str_value" direction="out"/>
+               </method>
+       </interface>
+       <interface name="net.netconfig.tcpdump">
+               <method name="StartTCPDump">
+               </method>
+               <method name="StopTCPDump">
+               </method>
+               <method name="GetTCPDumpState">
+                       <arg type="b" name="state" direction="out"/>
+               </method>
+       </interface>
+       <interface name="net.netconfig.battery">
+               <method name="GetBatteryDnList">
+                       <arg type="aa{sv}" name="dn_list" direction="out"/>
+               </method>
+               <method name="GetBatteryWifiList">
+                       <arg type="aa{sv}" name="wifi_list" direction="out"/>
+               </method>
        </interface>
 </node>