Searched refs:FakeBluetoothGattInterface (Results 1 – 7 of 7) sorted by relevance
26 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::FakeBluetoothGattInterface246 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 …]
27 class FakeBluetoothGattInterface : public BluetoothGattInterface {87 FakeBluetoothGattInterface(std::shared_ptr<TestClientHandler> client_handler,89 ~FakeBluetoothGattInterface();149 DISALLOW_COPY_AND_ASSIGN(FakeBluetoothGattInterface);
31 : 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_;
62 new bluetooth::hal::FakeBluetoothGattInterface(nullptr, nullptr)); in SetUp()
38 : 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_;
40 new hal::FakeBluetoothGattInterface(nullptr, nullptr)); in SetUp()
32 : 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_;