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.cc156 std::unique_ptr<AdvertiserHciMock> hci_mock; member in BleAdvertisingManagerTest
159 hci_mock.reset(new AdvertiserHciMock()); in SetUp()
162 EXPECT_CALL(*hci_mock, ReadInstanceCount(_)) in SetUp()
166 BleAdvertisingManager::Initialize(hci_mock.get()); in SetUp()
167 ::testing::Mock::VerifyAndClearExpectations(hci_mock.get()); in SetUp()
175 hci_mock.reset(); in TearDown()
213 EXPECT_CALL(*hci_mock, RemoveAdvertisingSet(_, _)) in TEST_F()
236 EXPECT_CALL(*hci_mock, SetParameters1(advertiser_id, _, _, _, _, _, _, _, _)) in TEST_F()
238 EXPECT_CALL(*hci_mock, SetParameters2(_, _, _, _, _, _, _, _)) in TEST_F()
245 ::testing::Mock::VerifyAndClearExpectations(hci_mock.get()); in TEST_F()
[all …]