Searched refs:fake_hal_gatt_iface_ (Results 1 - 4 of 4) sorted by relevance

/system/bt/service/test/
H A Dgatt_client_unittest.cc55 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface(
60 hal::BluetoothGattInterface::InitializeForTesting(fake_hal_gatt_iface_);
71 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_; member in class:bluetooth::__anon788::GattClientTest
127 fake_hal_gatt_iface_->NotifyRegisterClientCallback(0, 0, hal_uuid);
133 fake_hal_gatt_iface_->NotifyRegisterClientCallback(BT_STATUS_SUCCESS,
153 fake_hal_gatt_iface_->NotifyRegisterClientCallback(BT_STATUS_FAIL, client_id1,
H A Dgatt_server_unittest.cc182 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface(
187 hal::BluetoothGattInterface::InitializeForTesting(fake_hal_gatt_iface_);
197 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_; member in class:bluetooth::__anon789::GattServerTest
232 fake_hal_gatt_iface_->NotifyRegisterServerCallback(
281 fake_hal_gatt_iface_->NotifyServiceAddedCallback(
348 fake_hal_gatt_iface_->NotifyRegisterServerCallback(0, 0, hal_uuid);
354 fake_hal_gatt_iface_->NotifyRegisterServerCallback(BT_STATUS_SUCCESS,
375 fake_hal_gatt_iface_->NotifyRegisterServerCallback(BT_STATUS_FAIL, server_if1,
409 fake_hal_gatt_iface_->NotifyServerConnectionCallback(
413 fake_hal_gatt_iface_
[all...]
H A Dlow_energy_client_unittest.cc88 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface(
93 hal::BluetoothGattInterface::InitializeForTesting(fake_hal_gatt_iface_);
103 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_; member in class:bluetooth::__anon792::LowEnergyClientTest
155 fake_hal_gatt_iface_->NotifyRegisterClientCallback(0, next_client_id_++,
217 fake_hal_gatt_iface_->NotifyRegisterClientCallback(0, 0, hal_uuid);
223 fake_hal_gatt_iface_->NotifyRegisterClientCallback(BT_STATUS_SUCCESS,
243 fake_hal_gatt_iface_->NotifyRegisterClientCallback(BT_STATUS_FAIL, client_if1,
276 fake_hal_gatt_iface_->NotifyConnectCallback(
291 fake_hal_gatt_iface_->NotifyDisconnectCallback(
H A Dlow_energy_scanner_unittest.cc122 fake_hal_gatt_iface_ = new hal::FakeBluetoothGattInterface(
125 hal::BluetoothGattInterface::InitializeForTesting(fake_hal_gatt_iface_);
135 hal::FakeBluetoothGattInterface* fake_hal_gatt_iface_; member in class:bluetooth::__anon793::LowEnergyScannerTest
315 fake_hal_gatt_iface_->NotifyScanResultCallback(kTestAddress, kTestRssi,
329 fake_hal_gatt_iface_->NotifyScanResultCallback(kTestAddress, kTestRssi,
336 fake_hal_gatt_iface_->NotifyScanResultCallback(kTestAddress, kTestRssi,
343 fake_hal_gatt_iface_->NotifyScanResultCallback(kTestAddress, kTestRssi,

Completed in 193 milliseconds