Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/common/
Drepeating_timer_unittest.cc31 constexpr uint32_t delay_error_ms = 100; variable
71 ASSERT_NEAR(scheduled_delay_ms, actual_delay.count(), delay_error_ms); in VerifyDelayTimeAndSleep()
158 std::this_thread::sleep_for(std::chrono::milliseconds(delay_error_ms)); in TEST_F()
173 std::this_thread::sleep_for(std::chrono::milliseconds(delay_error_ms)); in TEST_F()
201 std::this_thread::sleep_for(std::chrono::milliseconds(delay_ms + delay_error_ms)); in TEST_F()
203 std::this_thread::sleep_for(std::chrono::milliseconds(delay_ms + delay_error_ms)); in TEST_F()
234 std::this_thread::sleep_for(std::chrono::milliseconds(delay_ms + delay_error_ms)); in TEST_F()
236 std::this_thread::sleep_for(std::chrono::milliseconds(delay_ms + delay_error_ms)); in TEST_F()