Home
last modified time | relevance | path

Searched refs:FakeBluetoothGattInterface (Results 1 – 9 of 9) sorted by relevance

/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc28 std::shared_ptr<FakeBluetoothGattInterface::TestClientHandler> g_client_handler;
29 std::shared_ptr<FakeBluetoothGattInterface::TestServerHandler> g_server_handler;
145 FakeBluetoothGattInterface::FakeBluetoothGattInterface( in FakeBluetoothGattInterface() function in bluetooth::hal::FakeBluetoothGattInterface
166 FakeBluetoothGattInterface::~FakeBluetoothGattInterface() { in ~FakeBluetoothGattInterface()
178 void FakeBluetoothGattInterface::NotifyScanResultCallback( in NotifyScanResultCallback()
184 void FakeBluetoothGattInterface::NotifyRegisterClientCallback( in NotifyRegisterClientCallback()
190 void FakeBluetoothGattInterface::NotifyConnectCallback(int conn_id, int status, in NotifyConnectCallback()
197 void FakeBluetoothGattInterface::NotifyDisconnectCallback( in NotifyDisconnectCallback()
203 void FakeBluetoothGattInterface::NotifyRegisterServerCallback( in NotifyRegisterServerCallback()
209 void FakeBluetoothGattInterface::NotifyServerConnectionCallback( in NotifyServerConnectionCallback()
[all …]
Dfake_bluetooth_gatt_interface.h27 class FakeBluetoothGattInterface : public BluetoothGattInterface {
67 FakeBluetoothGattInterface(
72 ~FakeBluetoothGattInterface();
146 DISALLOW_COPY_AND_ASSIGN(FakeBluetoothGattInterface);
/system/bt/service/test/
Dgatt_client_unittest.cc31 : public hal::FakeBluetoothGattInterface::TestClientHandler {
55 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface( in SetUp()
58 hal::FakeBluetoothGattInterface::TestClientHandler>(mock_handler_), in SetUp()
71 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_;
Dlow_energy_client_unittest.cc38 : public hal::FakeBluetoothGattInterface::TestClientHandler {
88 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface( in SetUp()
91 hal::FakeBluetoothGattInterface::TestClientHandler>(mock_handler_), in SetUp()
103 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_;
Dlow_energy_scanner_unittest.cc122 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface( in SetUp()
135 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_;
Dgatt_server_unittest.cc31 : public hal::FakeBluetoothGattInterface::TestServerHandler {
182 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface( in SetUp()
185 hal::FakeBluetoothGattInterface::TestServerHandler>(mock_handler_)); in SetUp()
197 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_;
Dipc_linux_unittest.cc61 new bluetooth::hal::FakeBluetoothGattInterface(nullptr, nullptr, in SetUp()
Dadapter_unittest.cc40 new hal::FakeBluetoothGattInterface(nullptr, nullptr, nullptr, in SetUp()
Dlow_energy_advertiser_unittest.cc86 new hal::FakeBluetoothGattInterface( in SetUp()