Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(436)

Side by Side Diff: extrospection/flimflam-manager.xml

Issue 3576011: Cashew: track cellular service state. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cashew.git
Patch Set: Make debug logging less verbose Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « extrospection/flimflam-device.xml ('k') | extrospection/flimflam-service.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3
4 <!--
5 Introspection dump generated manually by poking flimflam with dbus-send
6 TODO(vlaviano): should be generated automatically during flimflam build
7 and installed somewhere where cashew and other clients can consume it.
8 -->
9
10 <node>
11 <interface name="org.chromium.flimflam.Manager">
12 <method name="GetProperties">
13 <arg type="a{sv}" direction="out"/>
14 </method>
15 <method name="SetProperty">
16 <arg type="s" direction="in"/>
17 <arg type="v" direction="in"/>
18 </method>
19 <method name="GetState">
20 <arg type="s" direction="out"/>
21 </method>
22 <method name="CreateProfile">
23 <arg type="s" direction="in"/>
24 <arg type="o" direction="out"/>
25 </method>
26 <method name="RemoveProfile">
27 <arg type="o" direction="in"/>
28 </method>
29 <method name="RequestScan">
30 <arg type="s" direction="in"/>
31 </method>
32 <method name="EnableTechnology">
33 <arg type="s" direction="in"/>
34 </method>
35 <method name="DisableTechnology">
36 <arg type="s" direction="in"/>
37 </method>
38 <method name="GetService">
39 <arg type="a{sv}" direction="in"/>
40 <arg type="o" direction="out"/>
41 </method>
42 <method name="GetWifiService">
43 <arg type="a{sv}" direction="in"/>
44 <arg type="o" direction="out"/>
45 </method>
46 <method name="ConfigureWifiService">
47 <arg type="a{sv}" direction="in"/>
48 </method>
49 <method name="RegisterAgent">
50 <arg type="o" direction="in"/>
51 </method>
52 <method name="UnregisterAgent">
53 <arg type="o" direction="in"/>
54 </method>
55 <method name="GetDebugTags">
56 <arg type="s" direction="out"/>
57 </method>
58 <method name="SetDebugTags">
59 <arg type="s" direction="in"/>
60 </method>
61 <method name="ListDebugTags">
62 <arg type="s" direction="out"/>
63 </method>
64 <method name="GetDebugMask">
65 <arg type="u" direction="out"/>
66 </method>
67 <method name="SetDebugMask">
68 <arg type="u" direction="in"/>
69 </method>
70 <method name="GetServiceOrder">
71 <arg type="s" direction="out"/>
72 </method>
73 <method name="SetServiceOrder">
74 <arg type="s" direction="in"/>
75 </method>
76 <signal name="PropertyChanged">
77 <arg type="s"/>
78 <arg type="v"/>
79 </signal>
80 <signal name="StateChanged">
81 <arg type="s"/>
82 </signal>
83 </interface>
84 <node name="device"/>
85 <node name="profile"/>
86 </node>
OLDNEW
« no previous file with comments | « extrospection/flimflam-device.xml ('k') | extrospection/flimflam-service.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698