Searched refs:FakeBluetoothAdapterClient (Results 1 - 9 of 9) 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
74 FakeBluetoothAdapterClient::FakeBluetoothAdapterClient() function in class:chromeos::FakeBluetoothAdapterClient
[all...]
H A Dfake_bluetooth_adapter_client.h21 // FakeBluetoothAdapterClient simulates the behavior of the Bluetooth Daemon
24 class CHROMEOS_EXPORT FakeBluetoothAdapterClient class in namespace:chromeos
39 FakeBluetoothAdapterClient();
40 virtual ~FakeBluetoothAdapterClient();
H A Dmock_dbus_thread_manager.h23 class FakeBluetoothAdapterClient;
91 FakeBluetoothAdapterClient* fake_bluetooth_adapter_client() {
136 scoped_ptr<FakeBluetoothAdapterClient> fake_bluetooth_adapter_client_;
H A Dmock_dbus_thread_manager_without_gmock.h22 class FakeBluetoothAdapterClient;
98 FakeBluetoothAdapterClient* fake_bluetooth_adapter_client() {
191 scoped_ptr<FakeBluetoothAdapterClient> fake_bluetooth_adapter_client_;
H A Dfake_bluetooth_device_client.cc207 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath));
236 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath))
590 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath));
614 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath));
638 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath));
659 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath));
684 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath));
708 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath));
728 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath));
747 dbus::ObjectPath(FakeBluetoothAdapterClient
[all...]
H A Dmock_dbus_thread_manager.cc53 : fake_bluetooth_adapter_client_(new FakeBluetoothAdapterClient()),
H A Dmock_dbus_thread_manager_without_gmock.cc34 : fake_bluetooth_adapter_client_(new FakeBluetoothAdapterClient()),
H A Dbluetooth_adapter_client.cc267 return new FakeBluetoothAdapterClient();
/external/chromium_org/device/bluetooth/
H A Dbluetooth_chromeos_unittest.cc314 FakeBluetoothAdapterClient* fake_bluetooth_adapter_client_;
331 EXPECT_EQ(FakeBluetoothAdapterClient::kAdapterAddress,
413 EXPECT_EQ(FakeBluetoothAdapterClient::kAdapterAddress,
687 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath));

Completed in 130 milliseconds