Searched refs:dbus (Results 226 - 250 of 357) sorted by relevance

1234567891011>>

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_profile_manager_client.cc5 #include "chromeos/dbus/fake_bluetooth_profile_manager_client.h"
12 #include "chromeos/dbus/fake_bluetooth_profile_service_provider.h"
13 #include "dbus/bus.h"
14 #include "dbus/message.h"
15 #include "dbus/object_path.h"
16 #include "dbus/object_proxy.h"
17 #include "third_party/cros_system_api/dbus/service_constants.h"
32 void FakeBluetoothProfileManagerClient::Init(dbus::Bus* bus) {
36 const dbus::ObjectPath& profile_path,
62 const dbus
[all...]
H A Dfake_image_burner_client.h10 #include "chromeos/dbus/image_burner_client.h"
21 virtual void Init(dbus::Bus* bus) OVERRIDE;
H A Dfake_lorgnette_manager_client.cc5 #include "chromeos/dbus/fake_lorgnette_manager_client.h"
22 void FakeLorgnetteManagerClient::Init(dbus::Bus* bus) {}
H A Dfake_system_clock_client.h8 #include "chromeos/dbus/system_clock_client.h"
19 virtual void Init(dbus::Bus* bus) OVERRIDE;
H A Dbluetooth_profile_manager_client.h15 #include "chromeos/dbus/dbus_client.h"
16 #include "dbus/object_path.h"
84 virtual void RegisterProfile(const dbus::ObjectPath& profile_path,
92 virtual void UnregisterProfile(const dbus::ObjectPath& profile_path,
H A Dfake_shill_service_client.cc5 #include "chromeos/dbus/fake_shill_service_client.h"
13 #include "chromeos/dbus/dbus_thread_manager.h"
14 #include "chromeos/dbus/shill_device_client.h"
15 #include "chromeos/dbus/shill_manager_client.h"
16 #include "chromeos/dbus/shill_profile_client.h"
17 #include "chromeos/dbus/shill_property_changed_observer.h"
19 #include "dbus/bus.h"
20 #include "dbus/message.h"
21 #include "dbus/object_path.h"
22 #include "third_party/cros_system_api/dbus/service_constant
[all...]
H A Dfake_easy_unlock_client.h10 #include "chromeos/dbus/easy_unlock_client.h"
26 virtual void Init(dbus::Bus* bus) OVERRIDE;
H A Dfake_bluetooth_gatt_characteristic_service_provider.cc5 #include "chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.h"
9 #include "chromeos/dbus/dbus_thread_manager.h"
10 #include "chromeos/dbus/fake_bluetooth_gatt_manager_client.h"
16 const dbus::ObjectPath& object_path,
21 const dbus::ObjectPath& service_path)
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_notify_session_chromeos.cc9 #include "chromeos/dbus/dbus_thread_manager.h"
22 const dbus::ObjectPath& characteristic_path)
102 const dbus::ObjectPath& object_path) {
110 const dbus::ObjectPath& object_path,
H A Dbluetooth_remote_gatt_service_chromeos.cc9 #include "chromeos/dbus/bluetooth_gatt_service_client.h"
10 #include "chromeos/dbus/dbus_thread_manager.h"
21 const dbus::ObjectPath& object_path)
36 const std::vector<dbus::ObjectPath>& gatt_chars =
39 for (std::vector<dbus::ObjectPath>::const_iterator iter = gatt_chars.begin();
112 characteristics_.find(dbus::ObjectPath(identifier));
195 const dbus::ObjectPath& object_path,
223 const dbus::ObjectPath& object_path) {
253 const dbus::ObjectPath& object_path) {
274 const dbus
[all...]
H A Dbluetooth_device_chromeos.h14 #include "chromeos/dbus/bluetooth_device_client.h"
15 #include "chromeos/dbus/bluetooth_gatt_service_client.h"
16 #include "dbus/object_path.h"
103 const dbus::ObjectPath& object_path() const { return object_path_; }
114 const dbus::ObjectPath& object_path,
120 virtual void GattServiceAdded(const dbus::ObjectPath& object_path) OVERRIDE;
121 virtual void GattServiceRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
124 // by dbus:: on completion of the D-Bus method call.
136 // Called by dbus:: on completion of the D-Bus method call to pair the device.
143 // Called by dbus
[all...]
H A Dbluetooth_gatt_chromeos_unittest.cc8 #include "chromeos/dbus/dbus_thread_manager.h"
9 #include "chromeos/dbus/fake_bluetooth_adapter_client.h"
10 #include "chromeos/dbus/fake_bluetooth_agent_manager_client.h"
11 #include "chromeos/dbus/fake_bluetooth_device_client.h"
12 #include "chromeos/dbus/fake_bluetooth_gatt_characteristic_client.h"
13 #include "chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h"
14 #include "chromeos/dbus/fake_bluetooth_gatt_service_client.h"
15 #include "chromeos/dbus/fake_bluetooth_input_client.h"
16 #include "dbus/object_path.h"
400 dbus
[all...]
H A Dbluetooth_adapter_chromeos.cc16 #include "chromeos/dbus/bluetooth_adapter_client.h"
17 #include "chromeos/dbus/bluetooth_agent_manager_client.h"
18 #include "chromeos/dbus/bluetooth_agent_service_provider.h"
19 #include "chromeos/dbus/bluetooth_device_client.h"
20 #include "chromeos/dbus/bluetooth_input_client.h"
21 #include "chromeos/dbus/dbus_thread_manager.h"
31 #include "third_party/cros_system_api/dbus/service_constants.h"
86 dbus::Bus* system_bus = DBusThreadManager::Get()->GetSystemBus();
88 system_bus, dbus::ObjectPath(kAgentPath), this));
91 std::vector<dbus
[all...]
/external/chromium_org/dbus/
H A Dmock_exported_object.h10 #include "dbus/exported_object.h"
11 #include "dbus/object_path.h"
14 namespace dbus { namespace
38 } // namespace dbus
H A Dmock_object_manager.h10 #include "dbus/message.h"
11 #include "dbus/object_manager.h"
12 #include "dbus/object_path.h"
13 #include "dbus/object_proxy.h"
16 namespace dbus { namespace
40 } // namespace dbus
H A Dvalues_util.h8 #include "dbus/dbus_export.h"
14 namespace dbus { namespace
56 } // namespace dbus
H A Dbus.h8 #include <dbus/dbus.h>
20 #include "dbus/dbus_export.h"
21 #include "dbus/object_path.h"
33 namespace dbus { namespace
68 // deal with the connection to dbus-daemon to be blocking.
80 // dbus::Bus::Options options;
83 // dbus::Bus bus(options);
85 // dbus::ObjectProxy* object_proxy =
88 // dbus
[all...]
H A Dexported_object.h8 #include <dbus/dbus.h>
19 #include "dbus/dbus_export.h"
20 #include "dbus/object_path.h"
22 namespace dbus { namespace
178 } // namespace dbus
H A Ddbus_statistics.h10 #include "dbus/dbus_export.h"
17 namespace dbus { namespace
34 // Initializes / shuts down dbus statistics gathering. Calling Initialize
77 } // namespace dbus
H A Dobject_manager.h12 #include "dbus/object_path.h"
13 #include "dbus/property.h"
18 // http://dbus.freedesktop.org/doc/dbus-specification.html
28 // documented in dbus/property.h
31 // dbus::ObjectManager::Interface class, and defining a Properties structure as
32 // documented in dbus/property.h.
35 // class ExampleClient : public dbus::ObjectManager::Interface {
37 // struct Properties : public dbus::PropertySet {
38 // dbus
119 namespace dbus { namespace
[all...]
/external/chromium_org/device/nfc/
H A Dnfc_adapter_chromeos.cc11 #include "chromeos/dbus/dbus_thread_manager.h"
14 #include "third_party/cros_system_api/dbus/service_constants.h"
20 typedef std::vector<dbus::ObjectPath> ObjectPathVector;
119 void NfcAdapterChromeOS::AdapterAdded(const dbus::ObjectPath& object_path) {
125 void NfcAdapterChromeOS::AdapterRemoved(const dbus::ObjectPath& object_path) {
150 const dbus::ObjectPath& object_path,
163 void NfcAdapterChromeOS::DeviceAdded(const dbus::ObjectPath& object_path) {
196 void NfcAdapterChromeOS::DeviceRemoved(const dbus::ObjectPath& object_path) {
207 void NfcAdapterChromeOS::TagAdded(const dbus::ObjectPath& object_path) {
217 const std::vector<dbus
[all...]
H A Dnfc_tag_technology_chromeos.cc8 #include "chromeos/dbus/dbus_thread_manager.h"
19 typedef std::vector<dbus::ObjectPath> ObjectPathVector;
98 const dbus::ObjectPath& object_path) {
107 const dbus::ObjectPath& object_path) {
120 const dbus::ObjectPath& object_path) {
158 const dbus::ObjectPath& object_path) {
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py7 import dbus namespace
12 from dbus.mainloop.glib import DBusGMainLoop
27 print " -w = wpas dbus interface = fi.w1.wpa_supplicant1"
100 self.bus = dbus.SystemBus()
104 self.wpas = dbus.Interface(
121 except dbus.DBusException, exc:
130 self.p2p_interface = dbus.Interface(
153 'peer':dbus.ObjectPath(self.path+'/Peers/'+self.addr)}
204 {'go_intent':dbus.Int32(self.go_intent)})
212 except dbus
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x_unittest.cc21 #include "dbus/message.h"
22 #include "dbus/mock_bus.h"
23 #include "dbus/mock_object_proxy.h"
24 #include "dbus/object_path.h"
25 #include "dbus/object_proxy.h"
278 scoped_refptr<dbus::MockBus> mock_session_bus_;
279 scoped_refptr<dbus::MockObjectProxy> mock_klauncher_proxy_;
280 scoped_refptr<dbus::MockObjectProxy> mock_kwallet_proxy_;
293 dbus::Response* KLauncherMethodCall(
294 dbus
[all...]
/external/dnsmasq/src/
H A DAndroid.mk6 LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c forward.c helper.c lease.c log.c \

Completed in 337 milliseconds

1234567891011>>