Fix dbus methods for mptcp
[platform/core/connectivity/net-config.git] / interfaces / netconfig-iface-mptcp.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/net/netconfig/mptcp">
3         <interface name="net.netconfig.mptcp">
4                 <method name="IsSupported">
5                         <arg type="b" name="support" direction="out"/>
6                 </method>
7                 <method name="GetEnabled">
8                         <arg type="i" name="enable" direction="out"/>
9                 </method>
10                 <method name="SetEnabled">
11                         <arg type="i" name="enable" direction="in"/>
12                         <arg type="b" name="result" direction="out"/>
13                 </method>
14                 <method name="SetPathManager">
15                         <arg type="s" name="pm" direction="in"/>
16                         <arg type="b" name="result" direction="out"/>
17                 </method>
18                 <method name="GetPathManager">
19                         <arg type="s" name="pm" direction="out"/>
20                 </method>
21                 <method name="SetScheduler">
22                         <arg type="s" name="scheduler" direction="in"/>
23                         <arg type="b" name="result" direction="out"/>
24                 </method>
25                 <method name="GetScheduler">
26                         <arg type="s" name="scheduler" direction="out"/>
27                 </method>
28         </interface>
29 </node>