Searched refs:FakeBluetoothGattInterface (Results 1 – 9 of 9) sorted by relevance
28 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::FakeBluetoothGattInterface166 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 …]
27 class FakeBluetoothGattInterface : public BluetoothGattInterface {67 FakeBluetoothGattInterface(72 ~FakeBluetoothGattInterface();146 DISALLOW_COPY_AND_ASSIGN(FakeBluetoothGattInterface);
31 : 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_;
38 : 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_;
122 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface( in SetUp()135 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_;
31 : 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_;
61 new bluetooth::hal::FakeBluetoothGattInterface(nullptr, nullptr, in SetUp()
40 new hal::FakeBluetoothGattInterface(nullptr, nullptr, nullptr, in SetUp()
86 new hal::FakeBluetoothGattInterface( in SetUp()