Lines Matching refs:dbus

5 #include "chromeos/dbus/shill_manager_client.h"
11 #include "chromeos/dbus/shill_property_changed_observer.h"
12 #include "dbus/bus.h"
13 #include "dbus/message.h"
14 #include "dbus/object_path.h"
15 #include "dbus/object_proxy.h"
16 #include "dbus/values_util.h"
18 #include "third_party/cros_system_api/dbus/service_constants.h"
42 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
49 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
58 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
60 dbus::MessageWriter writer(&method_call);
71 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
73 dbus::MessageWriter writer(&method_call);
84 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
86 dbus::MessageWriter writer(&method_call);
97 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
99 dbus::MessageWriter writer(&method_call);
110 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
112 dbus::MessageWriter writer(&method_call);
120 const dbus::ObjectPath& profile_path,
124 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
126 dbus::MessageWriter writer(&method_call);
127 writer.AppendObjectPath(dbus::ObjectPath(profile_path));
138 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
140 dbus::MessageWriter writer(&method_call);
150 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
152 dbus::MessageWriter writer(&method_call);
169 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
171 dbus::MessageWriter writer(&method_call);
179 writer.AppendObjectPath(dbus::ObjectPath(service_path));
189 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
191 dbus::MessageWriter writer(&method_call);
207 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
222 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
224 dbus::MessageWriter writer(&method_call);
239 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
241 dbus::MessageWriter writer(&method_call);
251 dbus::MethodCall method_call(
264 virtual void Init(dbus::Bus* bus) OVERRIDE {
266 dbus::ObjectPath(shill::kFlimflamServicePath));
272 dbus::ObjectProxy* proxy_;