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

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_gatt_service_client.h21 // FakeBluetoothGattServiceClient simulates the behavior of the Bluetooth Daemon
24 class CHROMEOS_EXPORT FakeBluetoothGattServiceClient class in namespace:chromeos
39 FakeBluetoothGattServiceClient();
40 virtual ~FakeBluetoothGattServiceClient();
100 base::WeakPtrFactory<FakeBluetoothGattServiceClient> weak_ptr_factory_;
102 DISALLOW_COPY_AND_ASSIGN(FakeBluetoothGattServiceClient);
H A Dfake_bluetooth_gatt_service_client.cc23 const char FakeBluetoothGattServiceClient::kHeartRateServicePathComponent[] =
25 const char FakeBluetoothGattServiceClient::kHeartRateServiceUUID[] =
28 FakeBluetoothGattServiceClient::Properties::Properties(
36 FakeBluetoothGattServiceClient::Properties::~Properties() {
39 void FakeBluetoothGattServiceClient::Properties::Get(
46 void FakeBluetoothGattServiceClient::Properties::GetAll() {
50 void FakeBluetoothGattServiceClient::Properties::Set(
57 FakeBluetoothGattServiceClient::FakeBluetoothGattServiceClient() function in class:chromeos::FakeBluetoothGattServiceClient
61 FakeBluetoothGattServiceClient
[all...]

Completed in 128 milliseconds