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

/external/chromium_org/chromeos/dbus/
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_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...]

Completed in 218 milliseconds