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

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_gatt_manager_client.cc15 FakeBluetoothGattManagerClient::FakeBluetoothGattManagerClient() { function in class:chromeos::FakeBluetoothGattManagerClient
18 FakeBluetoothGattManagerClient::~FakeBluetoothGattManagerClient() {
22 void FakeBluetoothGattManagerClient::Init(dbus::Bus* bus) {
26 void FakeBluetoothGattManagerClient::RegisterService(
55 void FakeBluetoothGattManagerClient::UnregisterService(
83 void FakeBluetoothGattManagerClient::RegisterServiceServiceProvider(
95 void FakeBluetoothGattManagerClient::RegisterCharacteristicServiceProvider(
108 void FakeBluetoothGattManagerClient
[all...]
H A Dfake_bluetooth_gatt_manager_client.h23 // FakeBluetoothGattManagerClient simulates the behavior of the Bluetooth
26 class CHROMEOS_EXPORT FakeBluetoothGattManagerClient class in namespace:chromeos
29 FakeBluetoothGattManagerClient();
30 virtual ~FakeBluetoothGattManagerClient();
97 DISALLOW_COPY_AND_ASSIGN(FakeBluetoothGattManagerClient);

Completed in 180 milliseconds