Home
last modified time | relevance | path

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

/system/bt/stack/test/
Dble_advertiser_test.cc154 std::unique_ptr<AdvertiserHciMock> hci_mock; member in BleAdvertisingManagerTest
157 hci_mock.reset(new AdvertiserHciMock()); in SetUp()
160 EXPECT_CALL(*hci_mock, ReadInstanceCount(_)) in SetUp()
164 BleAdvertisingManager::Initialize(hci_mock.get()); in SetUp()
165 ::testing::Mock::VerifyAndClearExpectations(hci_mock.get()); in SetUp()
173 hci_mock.reset(); in TearDown()
211 EXPECT_CALL(*hci_mock, RemoveAdvertisingSet(_, _)) in TEST_F()
234 EXPECT_CALL(*hci_mock, SetParameters1(advertiser_id, _, _, _, _, _, _, _, _)) in TEST_F()
236 EXPECT_CALL(*hci_mock, SetParameters2(_, _, _, _, _, _, _, _)) in TEST_F()
243 ::testing::Mock::VerifyAndClearExpectations(hci_mock.get()); in TEST_F()
[all …]