OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeBluetoothAdapterClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_bluetooth_adapter_client.cc
18
const char
FakeBluetoothAdapterClient
::kAdapterPath[] =
20
const char
FakeBluetoothAdapterClient
::kAdapterName[] =
22
const char
FakeBluetoothAdapterClient
::kAdapterAddress[] =
25
const char
FakeBluetoothAdapterClient
::kSecondAdapterPath[] =
27
const char
FakeBluetoothAdapterClient
::kSecondAdapterName[] =
29
const char
FakeBluetoothAdapterClient
::kSecondAdapterAddress[] =
32
FakeBluetoothAdapterClient
::Properties::Properties(
40
FakeBluetoothAdapterClient
::Properties::~Properties() {
43
void
FakeBluetoothAdapterClient
::Properties::Get(
50
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 3110 milliseconds