Searched refs:dbus (Results 101 - 125 of 357) sorted by relevance

1234567891011>>

/external/chromium_org/chromeos/dbus/
H A Dshill_profile_client.cc5 #include "chromeos/dbus/shill_profile_client.h"
11 #include "chromeos/dbus/dbus_thread_manager.h"
12 #include "chromeos/dbus/shill_property_changed_observer.h"
13 #include "dbus/bus.h"
14 #include "dbus/message.h"
15 #include "dbus/object_path.h"
16 #include "dbus/values_util.h"
17 #include "third_party/cros_system_api/dbus/service_constants.h"
30 const dbus::ObjectPath& profile_path,
36 const dbus
[all...]
H A Dfake_bluetooth_adapter_client.cc5 #include "chromeos/dbus/fake_bluetooth_adapter_client.h"
11 #include "chromeos/dbus/dbus_thread_manager.h"
12 #include "chromeos/dbus/fake_bluetooth_device_client.h"
13 #include "dbus/object_path.h"
14 #include "third_party/cros_system_api/dbus/service_constants.h"
51 dbus::PropertyBase* property,
52 dbus::PropertySet::GetCallback callback) {
62 dbus::PropertyBase *property,
63 dbus::PropertySet::SetCallback callback) {
101 void FakeBluetoothAdapterClient::Init(dbus
[all...]
H A Dfake_gsm_sms_client.h12 #include "chromeos/dbus/gsm_sms_client.h"
13 #include "dbus/object_path.h"
24 virtual void Init(dbus::Bus* bus) OVERRIDE;
26 const dbus::ObjectPath& object_path,
30 const dbus::ObjectPath& object_path)
33 const dbus::ObjectPath& object_path,
37 const dbus::ObjectPath& object_path,
41 const dbus::ObjectPath& object_path,
44 const dbus::ObjectPath& object_path) OVERRIDE;
H A Dgsm_sms_client.h13 #include "chromeos/dbus/dbus_client.h"
20 namespace dbus { namespace
45 const dbus::ObjectPath& object_path,
50 const dbus::ObjectPath& object_path) = 0;
54 const dbus::ObjectPath& object_path,
60 const dbus::ObjectPath& object_path,
66 const dbus::ObjectPath& object_path,
72 const dbus::ObjectPath& object_path) = 0;
H A Dintrospectable_client.cc5 #include "chromeos/dbus/introspectable_client.h"
12 #include "dbus/bus.h"
13 #include "dbus/message.h"
14 #include "dbus/object_path.h"
15 #include "dbus/object_proxy.h"
42 const dbus::ObjectPath& object_path,
44 dbus::MethodCall method_call(kIntrospectableInterface, kIntrospect);
46 dbus::ObjectProxy* object_proxy = bus_->GetObjectProxy(service_name,
51 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
58 virtual void Init(dbus
[all...]
H A Ddbus_method_call_status.h13 namespace dbus { namespace
17 } // namespace dbus
48 const dbus::ObjectPath& result)> ObjectPathDBusMethodCallback;
52 typedef base::Callback<void(const dbus::ObjectPath& result)> ObjectPathCallback;
H A Dshill_client_unittest_base.h13 #include "chromeos/dbus/dbus_method_call_status.h"
14 #include "chromeos/dbus/shill_client_helper.h"
15 #include "chromeos/dbus/shill_property_changed_observer.h"
16 #include "dbus/mock_bus.h"
17 #include "dbus/mock_object_proxy.h"
18 #include "dbus/object_proxy.h"
33 namespace dbus { namespace
37 } // namespace dbus
101 const dbus::ObjectPath& object_path);
110 dbus
[all...]
H A Dshill_device_client_unittest.cc7 #include "chromeos/dbus/shill_client_unittest_base.h"
8 #include "chromeos/dbus/shill_device_client.h"
9 #include "dbus/message.h"
10 #include "dbus/object_path.h"
11 #include "dbus/values_util.h"
13 #include "third_party/cros_system_api/dbus/service_constants.h"
27 dbus::MessageReader* reader) {
40 dbus::MessageReader* reader) {
56 dbus::ObjectPath(kExampleDevicePath)) {
79 dbus
[all...]
H A Dshill_manager_client.cc5 #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
[all...]
H A Dshill_ipconfig_client.cc5 #include "chromeos/dbus/shill_ipconfig_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"
17 #include "third_party/cros_system_api/dbus/service_constants.h"
31 const dbus::ObjectPath& ipconfig_path,
37 const dbus
[all...]
H A Dfake_bluetooth_agent_manager_client.h12 #include "chromeos/dbus/bluetooth_agent_manager_client.h"
13 #include "dbus/object_path.h"
14 #include "dbus/property.h"
30 virtual void Init(dbus::Bus* bus) OVERRIDE;
31 virtual void RegisterAgent(const dbus::ObjectPath& agent_path,
35 virtual void UnregisterAgent(const dbus::ObjectPath& agent_path,
38 virtual void RequestDefaultAgent(const dbus::ObjectPath& agent_path,
H A Dmodem_messaging_client.cc4 #include "chromeos/dbus/modem_messaging_client.h"
14 #include "dbus/bus.h"
15 #include "dbus/message.h"
16 #include "dbus/object_proxy.h"
17 #include "third_party/cros_system_api/dbus/service_constants.h"
31 ModemMessagingProxy(dbus::Bus* bus,
33 const dbus::ObjectPath& object_path)
60 void Delete(const dbus::ObjectPath& message_path,
62 dbus::MethodCall method_call(modemmanager::kModemManager1MessagingInterface,
64 dbus
[all...]
H A Dshill_client_helper.h16 #include "chromeos/dbus/dbus_method_call_status.h"
17 #include "chromeos/dbus/shill_property_changed_observer.h"
26 namespace dbus { namespace
37 } // namespace dbus
76 explicit ShillClientHelper(dbus::ObjectProxy* proxy);
96 void CallVoidMethod(dbus::MethodCall* method_call,
100 void CallObjectPathMethod(dbus::MethodCall* method_call,
105 dbus::MethodCall* method_call,
110 void CallDictionaryValueMethod(dbus::MethodCall* method_call,
114 void CallVoidMethodWithErrorCallback(dbus
[all...]
H A Dshill_device_client.h13 #include "chromeos/dbus/dbus_client.h"
14 #include "chromeos/dbus/shill_client_helper.h"
23 namespace dbus { namespace
27 } // namespace dbus
69 const dbus::ObjectPath& device_path,
74 const dbus::ObjectPath& device_path,
79 virtual void GetProperties(const dbus::ObjectPath& device_path,
84 virtual void ProposeScan(const dbus::ObjectPath& device_path,
89 virtual void SetProperty(const dbus::ObjectPath& device_path,
97 virtual void ClearProperty(const dbus
[all...]
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Ddisplay_power_service_provider.cc5 #include "chrome/browser/chromeos/dbus/display_power_service_provider.h"
9 #include "dbus/bus.h"
10 #include "dbus/message.h"
11 #include "third_party/cros_system_api/dbus/service_constants.h"
24 scoped_refptr<dbus::ExportedObject> exported_object) {
51 dbus::MethodCall* method_call,
52 dbus::ExportedObject::ResponseSender response_sender) {
53 dbus::MessageReader reader(method_call);
70 response_sender.Run(dbus::Response::FromMethodCall(method_call));
74 dbus
[all...]
H A Dliveness_service_provider.cc5 #include "chrome/browser/chromeos/dbus/liveness_service_provider.h"
8 #include "dbus/bus.h"
9 #include "dbus/message.h"
10 #include "third_party/cros_system_api/dbus/service_constants.h"
19 scoped_refptr<dbus::ExportedObject> exported_object) {
39 dbus::MethodCall* method_call,
40 dbus::ExportedObject::ResponseSender response_sender) {
41 response_sender.Run(dbus::Response::FromMethodCall(method_call));
H A Dprinter_service_provider_unittest.cc5 #include "chrome/browser/chromeos/dbus/printer_service_provider.h"
7 #include "chrome/browser/chromeos/dbus/service_provider_test_helper.h"
8 #include "dbus/message.h"
9 #include "third_party/cros_system_api/dbus/service_constants.h"
37 dbus::MethodCall method_call(kLibCrosServiceInterface, kPrinterAdded);
38 dbus::MessageWriter writer(&method_call);
46 scoped_ptr<dbus::Response> response(test_helper_.CallMethod(&method_call));
50 dbus::MessageReader reader(response.get());
H A Dscreen_lock_service_provider.cc5 #include "chrome/browser/chromeos/dbus/screen_lock_service_provider.h"
11 #include "dbus/bus.h"
12 #include "dbus/message.h"
13 #include "third_party/cros_system_api/dbus/service_constants.h"
24 scoped_refptr<dbus::ExportedObject> exported_object) {
44 dbus::MethodCall* method_call,
45 dbus::ExportedObject::ResponseSender response_sender) {
49 response_sender.Run(dbus::Response::FromMethodCall(method_call));
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-test.py3 import dbus namespace
32 bus = dbus.SystemBus()
34 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
40 except dbus.dbus_bindings.DBusException, exc:
44 path = wpas.addInterface(ifname, {'driver': dbus.Variant('wext')})
45 except dbus.dbus_bindings.DBusException, exc:
50 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
59 net = dbus.Interface(net_obj, WPAS_DBUS_BSSID_INTERFACE)
85 wpas.removeInterface(dbus.ObjectPath(path))
/external/chromium_org/dbus/
H A Dtest_service.h12 #include "dbus/bus.h"
13 #include "dbus/exported_object.h"
19 namespace dbus { namespace
69 // This function emulates dbus-send's behavior.
117 dbus::ExportedObject::ResponseSender response_sender);
122 dbus::ExportedObject::ResponseSender response_sender);
127 dbus::ExportedObject::ResponseSender response_sender);
131 dbus::ExportedObject::ResponseSender response_sender);
135 dbus::ExportedObject::ResponseSender response_sender);
139 dbus
[all...]
H A Dmock_object_manager.cc5 #include "dbus/mock_object_manager.h"
7 namespace dbus { namespace
18 } // namespace dbus
H A Dmock_object_proxy.cc5 #include "dbus/mock_object_proxy.h"
7 namespace dbus { namespace
18 } // namespace dbus
H A Dutil.h10 #include "dbus/dbus_export.h"
12 namespace dbus { namespace
26 } // namespace dbus
/external/chromium_org/content/browser/
H A Dpower_save_blocker_x11.cc28 #include "dbus/bus.h"
29 #include "dbus/message.h"
30 #include "dbus/object_path.h"
31 #include "dbus/object_proxy.h"
118 scoped_refptr<dbus::Bus> bus_;
134 // We're on the client's thread here, so we don't allocate the dbus::Bus
177 dbus::Bus::Options options;
178 options.bus_type = dbus::Bus::SESSION;
179 options.connection_type = dbus::Bus::PRIVATE;
180 bus_ = new dbus
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_connection_chromeos.h12 #include "chromeos/dbus/bluetooth_device_client.h"
13 #include "dbus/object_path.h"
33 const dbus::ObjectPath& object_path);
44 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
45 virtual void DevicePropertyChanged(const dbus::ObjectPath& object_path,
59 dbus::ObjectPath object_path_;

Completed in 307 milliseconds

1234567891011>>