Searched refs:FakeBluetoothAdapterClient (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_adapter_client.cc25 const char FakeBluetoothAdapterClient::kAdapterPath[] =
27 const char FakeBluetoothAdapterClient::kAdapterName[] =
29 const char FakeBluetoothAdapterClient::kAdapterAddress[] =
32 const char FakeBluetoothAdapterClient::kSecondAdapterPath[] =
34 const char FakeBluetoothAdapterClient::kSecondAdapterName[] =
36 const char FakeBluetoothAdapterClient::kSecondAdapterAddress[] =
39 FakeBluetoothAdapterClient::Properties::Properties(
47 FakeBluetoothAdapterClient::Properties::~Properties() {
50 void FakeBluetoothAdapterClient::Properties::Get(
57 void FakeBluetoothAdapterClient
76 FakeBluetoothAdapterClient::FakeBluetoothAdapterClient() function in class:chromeos::FakeBluetoothAdapterClient
[all...]
H A Dfake_bluetooth_adapter_client.h20 // FakeBluetoothAdapterClient simulates the behavior of the Bluetooth Daemon
23 class CHROMEOS_EXPORT FakeBluetoothAdapterClient class in namespace:chromeos
38 FakeBluetoothAdapterClient();
39 virtual ~FakeBluetoothAdapterClient();
H A Dfake_bluetooth_device_client.cc236 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath));
268 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath))
692 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
694 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
700 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
702 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
706 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
712 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
714 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
720 CreateDevice(dbus::ObjectPath(FakeBluetoothAdapterClient
[all...]
H A Ddbus_client_bundle.cc141 bluetooth_adapter_client_.reset(new FakeBluetoothAdapterClient);
/external/chromium_org/chrome/browser/metrics/
H A Dchromeos_metrics_provider_unittest.cc42 using chromeos::FakeBluetoothAdapterClient;
66 scoped_ptr<BluetoothAdapterClient>(new FakeBluetoothAdapterClient));
90 fake_bluetooth_adapter_client_ = static_cast<FakeBluetoothAdapterClient*>(
108 FakeBluetoothAdapterClient* fake_bluetooth_adapter_client_;
179 FakeBluetoothAdapterClient::Properties* properties =
181 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath));
201 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
205 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_chromeos_unittest.cc57 scoped_ptr<BluetoothAdapterClient>(new FakeBluetoothAdapterClient));
407 FakeBluetoothAdapterClient* fake_bluetooth_adapter_client =
408 static_cast<FakeBluetoothAdapterClient*>(
457 FakeBluetoothAdapterClient* fake_bluetooth_adapter_client =
458 static_cast<FakeBluetoothAdapterClient*>(
H A Dbluetooth_gatt_chromeos_unittest.cc306 scoped_ptr<BluetoothAdapterClient>(new FakeBluetoothAdapterClient));
400 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
467 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
477 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
553 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
568 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
636 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
732 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
802 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath),
918 dbus::ObjectPath(FakeBluetoothAdapterClient
[all...]
H A Dbluetooth_chromeos_unittest.cc242 fake_bluetooth_adapter_client_ = new FakeBluetoothAdapterClient;
383 FakeBluetoothAdapterClient* fake_bluetooth_adapter_client_;
410 EXPECT_EQ(FakeBluetoothAdapterClient::kAdapterAddress,
489 EXPECT_EQ(FakeBluetoothAdapterClient::kAdapterAddress,
763 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath));
984 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath));
991 // Even though FakeBluetoothAdapterClient does its own reference counting and
993 // FakeBluetoothAdapterClient's count should be only 1 and a single call to
994 // FakeBluetoothAdapterClient::StopDiscovery should work.
996 dbus::ObjectPath(FakeBluetoothAdapterClient
[all...]

Completed in 150 milliseconds