Searched defs:kAdapterPath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_adapter_client.h64 static const char kAdapterPath[]; member in class:chromeos::FakeBluetoothAdapterClient
H A Dfake_bluetooth_adapter_client.cc18 const char FakeBluetoothAdapterClient::kAdapterPath[] = member in class:chromeos::FakeBluetoothAdapterClient
104 object_paths.push_back(dbus::ObjectPath(kAdapterPath));
112 if (object_path == dbus::ObjectPath(kAdapterPath))
124 if (object_path != dbus::ObjectPath(kAdapterPath)) {
140 device_client->BeginDiscoverySimulation(dbus::ObjectPath(kAdapterPath));
148 if (object_path != dbus::ObjectPath(kAdapterPath)) {
168 device_client->EndDiscoverySimulation(dbus::ObjectPath(kAdapterPath));
179 if (object_path != dbus::ObjectPath(kAdapterPath)) {
191 device_client->RemoveDevice(dbus::ObjectPath(kAdapterPath), device_path);
201 AdapterAdded(dbus::ObjectPath(kAdapterPath)));
[all...]

Completed in 77 milliseconds