Searched refs:RepeatingTimerTest (Results 1 – 1 of 1) sorted by relevance
36 class RepeatingTimerTest : public ::testing::Test { class86 base::BindRepeating(&RepeatingTimerTest::VerifyDelayTimeAndSleep, in VerifyMultipleDelayedTasks()121 TEST_F(RepeatingTimerTest, initial_is_not_scheduled) { in TEST_F() argument125 TEST_F(RepeatingTimerTest, cancel_without_scheduling) { in TEST_F() argument135 TEST_F(RepeatingTimerTest, periodic_run) { in TEST_F() argument145 base::BindRepeating(&RepeatingTimerTest::IncreaseTaskCounter, in TEST_F()153 TEST_F(RepeatingTimerTest, schedule_periodic_task_zero_interval) { in TEST_F() argument161 base::BindRepeating(&RepeatingTimerTest::ShouldNotHappen, in TEST_F()168 TEST_F(RepeatingTimerTest, periodic_delete_without_cancel) { in TEST_F() argument175 base::BindRepeating(&RepeatingTimerTest::ShouldNotHappen, in TEST_F()[all …]