Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/common/
Drepeating_timer_unittest.cc36 class RepeatingTimerTest : public ::testing::Test { class
86 base::BindRepeating(&RepeatingTimerTest::VerifyDelayTimeAndSleep, in VerifyMultipleDelayedTasks()
121 TEST_F(RepeatingTimerTest, initial_is_not_scheduled) { in TEST_F() argument
125 TEST_F(RepeatingTimerTest, cancel_without_scheduling) { in TEST_F() argument
135 TEST_F(RepeatingTimerTest, periodic_run) { in TEST_F() argument
145 base::BindRepeating(&RepeatingTimerTest::IncreaseTaskCounter, in TEST_F()
153 TEST_F(RepeatingTimerTest, schedule_periodic_task_zero_interval) { in TEST_F() argument
161 base::BindRepeating(&RepeatingTimerTest::ShouldNotHappen, in TEST_F()
168 TEST_F(RepeatingTimerTest, periodic_delete_without_cancel) { in TEST_F() argument
175 base::BindRepeating(&RepeatingTimerTest::ShouldNotHappen, in TEST_F()
[all …]