Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_unittest.cc97 void FakeTimerAdvance(uint64_t ms) { in FakeTimerAdvance() function in bluetooth::hci::HciLayerTest
135 FakeTimerAdvance(HciLayer::kHciTimeoutMs.count()); in TEST_F()
147 FakeTimerAdvance(HciLayer::kHciTimeoutMs.count()); in TEST_F()
157 FakeTimerAdvance(HciLayer::kHciTimeoutRestartMs.count()); in TEST_F()
165 FakeTimerAdvance(HciLayer::kHciTimeoutMs.count()); in TEST_F()
178 FakeTimerAdvance(HciLayer::kHciTimeoutRestartMs.count()); in TEST_F()
192 FakeTimerAdvance(HciLayer::kHciTimeoutRestartMs.count()); in TEST_F()
/packages/modules/Bluetooth/system/gd/storage/
Dstorage_module_test.cc126 void FakeTimerAdvance(std::chrono::milliseconds time) { in FakeTimerAdvance() function in testing::StorageModuleTest
137 FakeTimerAdvance(time); in WaitForReactorIdle()