OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FakeBluetoothGattManagerClient
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_service_service_provider.cc
23
FakeBluetoothGattManagerClient
* fake_bluetooth_gatt_manager_client =
24
static_cast<
FakeBluetoothGattManagerClient
*>(
33
FakeBluetoothGattManagerClient
* fake_bluetooth_gatt_manager_client =
34
static_cast<
FakeBluetoothGattManagerClient
*>(
fake_bluetooth_gatt_manager_client.cc
15
FakeBluetoothGattManagerClient
::
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
::RegisterDescriptorServiceProvider
[
all
...]
fake_bluetooth_gatt_characteristic_service_provider.cc
37
FakeBluetoothGattManagerClient
* fake_bluetooth_gatt_manager_client =
38
static_cast<
FakeBluetoothGattManagerClient
*>(
49
FakeBluetoothGattManagerClient
* fake_bluetooth_gatt_manager_client =
50
static_cast<
FakeBluetoothGattManagerClient
*>(
69
FakeBluetoothGattManagerClient
* fake_bluetooth_gatt_manager_client =
70
static_cast<
FakeBluetoothGattManagerClient
*>(
91
FakeBluetoothGattManagerClient
* fake_bluetooth_gatt_manager_client =
92
static_cast<
FakeBluetoothGattManagerClient
*>(
fake_bluetooth_gatt_descriptor_service_provider.cc
37
FakeBluetoothGattManagerClient
* fake_bluetooth_gatt_manager_client =
38
static_cast<
FakeBluetoothGattManagerClient
*>(
49
FakeBluetoothGattManagerClient
* fake_bluetooth_gatt_manager_client =
50
static_cast<
FakeBluetoothGattManagerClient
*>(
69
FakeBluetoothGattManagerClient
* fake_bluetooth_gatt_manager_client =
70
static_cast<
FakeBluetoothGattManagerClient
*>(
100
FakeBluetoothGattManagerClient
* fake_bluetooth_gatt_manager_client =
101
static_cast<
FakeBluetoothGattManagerClient
*>(
fake_bluetooth_gatt_manager_client.h
23
//
FakeBluetoothGattManagerClient
simulates the behavior of the Bluetooth
26
class CHROMEOS_EXPORT
FakeBluetoothGattManagerClient
29
FakeBluetoothGattManagerClient
();
30
virtual ~
FakeBluetoothGattManagerClient
();
97
DISALLOW_COPY_AND_ASSIGN(
FakeBluetoothGattManagerClient
);
dbus_client_bundle.cc
151
bluetooth_gatt_manager_client_.reset(new
FakeBluetoothGattManagerClient
);
Completed in 486 milliseconds