Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cpp26 std::shared_ptr<FakeBluetoothGattInterface::TestClientHandler> g_client_handler;
27 std::shared_ptr<FakeBluetoothGattInterface::TestServerHandler> g_server_handler;
231 FakeBluetoothGattInterface::FakeBluetoothGattInterface( in FakeBluetoothGattInterface() function in bluetooth::hal::FakeBluetoothGattInterface
246 FakeBluetoothGattInterface::~FakeBluetoothGattInterface() { in ~FakeBluetoothGattInterface()
256 void FakeBluetoothGattInterface::NotifyRegisterClientCallback( in NotifyRegisterClientCallback()
263 void FakeBluetoothGattInterface::NotifyConnectCallback( in NotifyConnectCallback()
269 void FakeBluetoothGattInterface::NotifyDisconnectCallback( in NotifyDisconnectCallback()
275 void FakeBluetoothGattInterface::NotifyScanResultCallback( in NotifyScanResultCallback()
281 void FakeBluetoothGattInterface::NotifyMultiAdvEnableCallback( in NotifyMultiAdvEnableCallback()
287 void FakeBluetoothGattInterface::NotifyMultiAdvDataCallback( in NotifyMultiAdvDataCallback()
[all …]
Dfake_bluetooth_gatt_interface.h27 class FakeBluetoothGattInterface : public BluetoothGattInterface {
87 FakeBluetoothGattInterface(std::shared_ptr<TestClientHandler> client_handler,
89 ~FakeBluetoothGattInterface();
149 DISALLOW_COPY_AND_ASSIGN(FakeBluetoothGattInterface);
/system/bt/service/test/
Dgatt_client_unittest.cpp31 : public hal::FakeBluetoothGattInterface::TestClientHandler {
70 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface( in SetUp()
72 hal::FakeBluetoothGattInterface::TestClientHandler>(mock_handler_), in SetUp()
85 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_;
Dipc_linux_unittest.cpp62 new bluetooth::hal::FakeBluetoothGattInterface(nullptr, nullptr)); in SetUp()
Dlow_energy_client_unittest.cpp38 : public hal::FakeBluetoothGattInterface::TestClientHandler {
169 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface( in SetUp()
171 hal::FakeBluetoothGattInterface::TestClientHandler>(mock_handler_), in SetUp()
183 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_;
Dadapter_unittest.cpp40 new hal::FakeBluetoothGattInterface(nullptr, nullptr)); in SetUp()
Dgatt_server_unittest.cpp32 : public hal::FakeBluetoothGattInterface::TestServerHandler {
166 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface( in SetUp()
169 hal::FakeBluetoothGattInterface::TestServerHandler>(mock_handler_)); in SetUp()
181 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_;