Home
last modified time | relevance | path

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

/external/libbrillo/brillo/message_loops/
Dfake_message_loop.cc13 : test_clock_(clock) { in FakeMessageLoop()
23 if (test_clock_) in PostDelayedTask()
24 current_time_ = test_clock_->Now(); in PostDelayedTask()
59 if (test_clock_) in RunOnce()
60 current_time_ = test_clock_->Now(); in RunOnce()
105 if (test_clock_) in RunOnce()
106 test_clock_->SetNow(current_time_); in RunOnce()
Dfake_message_loop.h89 base::SimpleTestClock* test_clock_ = nullptr; variable