HomeSort by relevance Sort by last modified time
    Searched defs:FakeBluetoothAdapterClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_adapter_client.cc 25 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::Properties::GetAll()
    [all...]
fake_bluetooth_adapter_client.h 20 // FakeBluetoothAdapterClient simulates the behavior of the Bluetooth Daemon
23 class CHROMEOS_EXPORT FakeBluetoothAdapterClient
38 FakeBluetoothAdapterClient();
39 virtual ~FakeBluetoothAdapterClient();

Completed in 35 milliseconds