Searched defs:RepeatingTimer (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libchrome/base/timer/ |
H A D | timer.h | 254 RepeatingTimer() : RepeatingTimer(nullptr) {} in RepeatingTimer() function 255 explicit RepeatingTimer(const TickClock* tick_clock) in RepeatingTimer() function 258 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function 262 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function
|
H A D | timer_unittest.cc | 448 TEST(TimerTest, RepeatingTimer) { in TEST() argument
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/timer/ |
D | timer.h | 257 RepeatingTimer() : RepeatingTimer(nullptr) {} in RepeatingTimer() function 258 explicit RepeatingTimer(const TickClock* tick_clock) in RepeatingTimer() function 261 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function 265 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/timer/ |
D | timer.h | 257 RepeatingTimer() : RepeatingTimer(nullptr) {} in RepeatingTimer() function 258 explicit RepeatingTimer(const TickClock* tick_clock) in RepeatingTimer() function 261 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function 265 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function
|
/aosp_15_r20/external/cronet/base/timer/ |
H A D | timer.cc | 187 RepeatingTimer::RepeatingTimer(const TickClock* tick_clock) in RepeatingTimer() function in base::RepeatingTimer 191 RepeatingTimer::RepeatingTimer(const Location& posted_from, in RepeatingTimer() function in base::RepeatingTimer 196 RepeatingTimer::RepeatingTimer(const Location& posted_from, in RepeatingTimer() function in base::RepeatingTimer
|
H A D | timer_unittest.cc | 271 TEST_P(TimerTestWithThreadType, RepeatingTimer) { in TEST_P() argument
|