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

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_gatt_descriptor_client.h19 // FakeBluetoothGattDescriptorClient simulates the behavior of the Bluetooth
22 class CHROMEOS_EXPORT FakeBluetoothGattDescriptorClient class in namespace:chromeos
37 FakeBluetoothGattDescriptorClient();
38 virtual ~FakeBluetoothGattDescriptorClient();
98 base::WeakPtrFactory<FakeBluetoothGattDescriptorClient>
101 DISALLOW_COPY_AND_ASSIGN(FakeBluetoothGattDescriptorClient);
H A Dfake_bluetooth_gatt_descriptor_client.cc13 const char FakeBluetoothGattDescriptorClient::
15 const char FakeBluetoothGattDescriptorClient::
19 FakeBluetoothGattDescriptorClient::Properties::Properties(
27 FakeBluetoothGattDescriptorClient::Properties::~Properties() {
30 void FakeBluetoothGattDescriptorClient::Properties::Get(
37 void FakeBluetoothGattDescriptorClient::Properties::GetAll() {
41 void FakeBluetoothGattDescriptorClient::Properties::Set(
48 FakeBluetoothGattDescriptorClient::DescriptorData::DescriptorData() {
51 FakeBluetoothGattDescriptorClient::DescriptorData::~DescriptorData() {
54 FakeBluetoothGattDescriptorClient function in class:chromeos::FakeBluetoothGattDescriptorClient
[all...]

Completed in 59 milliseconds