Searched refs:TimerTest (Results 1 – 2 of 2) sorted by relevance
29 struct TimerTest : testing::Test { struct38 TEST_F(TimerTest, callsCallbackIfScheduledInPast) { in TEST_F() argument40 mTimer.alarmAt(std::bind(&TimerTest::timerCallback, this), systemTime() - 10'000'00); in TEST_F()
86 "TimerTest.cpp",