Added support to set and get prefix length.
[platform/core/connectivity/net-config.git] / interfaces / netconfig-iface-mptcp.xml
index e010c18..dc185ee 100755 (executable)
@@ -1,25 +1,28 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <node name="/net/netconfig/mptcp">
        <interface name="net.netconfig.mptcp">
-               <method name="MptcpSupported">
+               <method name="IsSupported">
                        <arg type="b" name="support" direction="out"/>
                </method>
-               <method name="MptcpSetEnable">
-                       <arg type="i" name="enable" direction="in"/>
-               </method>
-               <method name="MptcpGetEnabled">
+               <method name="GetEnabled">
                        <arg type="i" name="enable" direction="out"/>
                </method>
-               <method name="MptcpSetPathManager">
+               <method name="SetEnabled">
+                       <arg type="i" name="enable" direction="in"/>
+                       <arg type="b" name="result" direction="out"/>
+               </method>
+               <method name="SetPathManager">
                        <arg type="s" name="pm" direction="in"/>
+                       <arg type="b" name="result" direction="out"/>
                </method>
-               <method name="MptcpGetPathManager">
+               <method name="GetPathManager">
                        <arg type="s" name="pm" direction="out"/>
                </method>
-               <method name="MptcpSetScheduler">
+               <method name="SetScheduler">
                        <arg type="s" name="scheduler" direction="in"/>
+                       <arg type="b" name="result" direction="out"/>
                </method>
-               <method name="MptcpGetScheduler">
+               <method name="GetScheduler">
                        <arg type="s" name="scheduler" direction="out"/>
                </method>
        </interface>