HomeSort by relevance Sort by last modified time
    Searched refs:FakeBluetoothGattInterface (Results 1 - 7 of 7) sorted by null

  /system/bt/service/hal/
fake_bluetooth_gatt_interface.cpp 26 std::shared_ptr<FakeBluetoothGattInterface::TestClientHandler> g_client_handler;
27 std::shared_ptr<FakeBluetoothGattInterface::TestServerHandler> g_server_handler;
231 FakeBluetoothGattInterface::FakeBluetoothGattInterface(
246 FakeBluetoothGattInterface::~FakeBluetoothGattInterface() {
256 void FakeBluetoothGattInterface::NotifyRegisterClientCallback(
263 void FakeBluetoothGattInterface::NotifyConnectCallback(
269 void FakeBluetoothGattInterface::NotifyDisconnectCallback(
275 void FakeBluetoothGattInterface::NotifyScanResultCallback
    [all...]
fake_bluetooth_gatt_interface.h 27 class FakeBluetoothGattInterface : public BluetoothGattInterface {
87 FakeBluetoothGattInterface(std::shared_ptr<TestClientHandler> client_handler,
89 ~FakeBluetoothGattInterface();
149 DISALLOW_COPY_AND_ASSIGN(FakeBluetoothGattInterface);
  /system/bt/service/test/
gatt_client_unittest.cpp 31 : public hal::FakeBluetoothGattInterface::TestClientHandler {
70 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface(
72 hal::FakeBluetoothGattInterface::TestClientHandler>(mock_handler_),
85 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_;
adapter_unittest.cpp 40 new hal::FakeBluetoothGattInterface(nullptr, nullptr));
ipc_linux_unittest.cpp 62 new bluetooth::hal::FakeBluetoothGattInterface(nullptr, nullptr));
low_energy_client_unittest.cpp 38 : public hal::FakeBluetoothGattInterface::TestClientHandler {
169 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface(
171 hal::FakeBluetoothGattInterface::TestClientHandler>(mock_handler_),
183 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_;
    [all...]
gatt_server_unittest.cpp 32 : public hal::FakeBluetoothGattInterface::TestServerHandler {
166 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface(
169 hal::FakeBluetoothGattInterface::TestServerHandler>(mock_handler_));
181 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_;
    [all...]

Completed in 59 milliseconds