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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extrospection/flimflam-device.xml ('k') | extrospection/flimflam-service.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extrospection/flimflam-manager.xml
diff --git a/extrospection/flimflam-manager.xml b/extrospection/flimflam-manager.xml
new file mode 100644
index 0000000000000000000000000000000000000000..a7e21cdf3a0598fa7c9a2f1e1e327630001192b9
--- /dev/null
+++ b/extrospection/flimflam-manager.xml
@@ -0,0 +1,86 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
+"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+
+<!--
+ Introspection dump generated manually by poking flimflam with dbus-send
+ TODO(vlaviano): should be generated automatically during flimflam build
+ and installed somewhere where cashew and other clients can consume it.
+-->
+
+<node>
+ <interface name="org.chromium.flimflam.Manager">
+ <method name="GetProperties">
+ <arg type="a{sv}" direction="out"/>
+ </method>
+ <method name="SetProperty">
+ <arg type="s" direction="in"/>
+ <arg type="v" direction="in"/>
+ </method>
+ <method name="GetState">
+ <arg type="s" direction="out"/>
+ </method>
+ <method name="CreateProfile">
+ <arg type="s" direction="in"/>
+ <arg type="o" direction="out"/>
+ </method>
+ <method name="RemoveProfile">
+ <arg type="o" direction="in"/>
+ </method>
+ <method name="RequestScan">
+ <arg type="s" direction="in"/>
+ </method>
+ <method name="EnableTechnology">
+ <arg type="s" direction="in"/>
+ </method>
+ <method name="DisableTechnology">
+ <arg type="s" direction="in"/>
+ </method>
+ <method name="GetService">
+ <arg type="a{sv}" direction="in"/>
+ <arg type="o" direction="out"/>
+ </method>
+ <method name="GetWifiService">
+ <arg type="a{sv}" direction="in"/>
+ <arg type="o" direction="out"/>
+ </method>
+ <method name="ConfigureWifiService">
+ <arg type="a{sv}" direction="in"/>
+ </method>
+ <method name="RegisterAgent">
+ <arg type="o" direction="in"/>
+ </method>
+ <method name="UnregisterAgent">
+ <arg type="o" direction="in"/>
+ </method>
+ <method name="GetDebugTags">
+ <arg type="s" direction="out"/>
+ </method>
+ <method name="SetDebugTags">
+ <arg type="s" direction="in"/>
+ </method>
+ <method name="ListDebugTags">
+ <arg type="s" direction="out"/>
+ </method>
+ <method name="GetDebugMask">
+ <arg type="u" direction="out"/>
+ </method>
+ <method name="SetDebugMask">
+ <arg type="u" direction="in"/>
+ </method>
+ <method name="GetServiceOrder">
+ <arg type="s" direction="out"/>
+ </method>
+ <method name="SetServiceOrder">
+ <arg type="s" direction="in"/>
+ </method>
+ <signal name="PropertyChanged">
+ <arg type="s"/>
+ <arg type="v"/>
+ </signal>
+ <signal name="StateChanged">
+ <arg type="s"/>
+ </signal>
+ </interface>
+ <node name="device"/>
+ <node name="profile"/>
+</node>
« 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