Home
last modified time | relevance | path

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

/system/bt/service/test/
Dadapter_unittest.cpp35 fake_hal_iface_ = new hal::FakeBluetoothInterface(); in SetUp()
36 hal::BluetoothInterface::InitializeForTesting(fake_hal_iface_); in SetUp()
52 hal::FakeBluetoothInterface* fake_hal_iface_; member in bluetooth::__anon96b87c780111::AdapterTest
116 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()
119 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_OFF); in TEST_F()
146 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()
169 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()
185 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()
203 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_OFF); in TEST_F()
213 fake_hal_iface_->NotifyAdapterNamePropertyChanged(kTestAdapterName); in TEST_F()
[all …]