OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FakeBluetoothGattCharacteristicClient
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_characteristic_client.cc
25
const char
FakeBluetoothGattCharacteristicClient
::
27
const char
FakeBluetoothGattCharacteristicClient
::
29
const char
FakeBluetoothGattCharacteristicClient
::
33
const char
FakeBluetoothGattCharacteristicClient
::kHeartRateMeasurementUUID[] =
35
const char
FakeBluetoothGattCharacteristicClient
::kBodySensorLocationUUID[] =
37
const char
FakeBluetoothGattCharacteristicClient
::kHeartRateControlPointUUID[] =
40
FakeBluetoothGattCharacteristicClient
::Properties::Properties(
48
FakeBluetoothGattCharacteristicClient
::Properties::~Properties() {
51
void
FakeBluetoothGattCharacteristicClient
::Properties::Get(
58
void
FakeBluetoothGattCharacteristicClient
::Properties::GetAll()
[
all
...]
fake_bluetooth_gatt_characteristic_client.h
22
//
FakeBluetoothGattCharacteristicClient
simulates the behavior of the
25
class CHROMEOS_EXPORT
FakeBluetoothGattCharacteristicClient
40
FakeBluetoothGattCharacteristicClient
();
41
virtual ~
FakeBluetoothGattCharacteristicClient
();
137
base::WeakPtrFactory<
FakeBluetoothGattCharacteristicClient
>
140
DISALLOW_COPY_AND_ASSIGN(
FakeBluetoothGattCharacteristicClient
);
fake_bluetooth_gatt_service_client.cc
128
FakeBluetoothGattCharacteristicClient
* char_client =
129
static_cast<
FakeBluetoothGattCharacteristicClient
*>(
180
FakeBluetoothGattCharacteristicClient
* char_client =
181
static_cast<
FakeBluetoothGattCharacteristicClient
*>(
dbus_client_bundle.cc
148
new
FakeBluetoothGattCharacteristicClient
);
/external/chromium_org/chrome/browser/metrics/
chromeos_metrics_provider_unittest.cc
45
using chromeos::
FakeBluetoothGattCharacteristicClient
;
71
new
FakeBluetoothGattCharacteristicClient
));
/external/chromium_org/device/bluetooth/
bluetooth_gatt_chromeos_unittest.cc
42
FakeBluetoothGattCharacteristicClient
::kHeartRateMeasurementUUID);
44
FakeBluetoothGattCharacteristicClient
::kBodySensorLocationUUID);
46
FakeBluetoothGattCharacteristicClient
::kHeartRateControlPointUUID);
290
new
FakeBluetoothGattCharacteristicClient
;
386
FakeBluetoothGattCharacteristicClient
*
765
BluetoothUUID(
FakeBluetoothGattCharacteristicClient
::
776
BluetoothUUID(
FakeBluetoothGattCharacteristicClient
::
787
BluetoothUUID(
FakeBluetoothGattCharacteristicClient
::
[
all
...]
Completed in 67 milliseconds