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()
45 if (test_clock_) in RunOnce()
46 current_time_ = test_clock_->Now(); in RunOnce()
61 if (test_clock_) in RunOnce()
62 test_clock_->SetNow(current_time_); in RunOnce()
Dfake_message_loop.h69 base::SimpleTestClock* test_clock_ = nullptr; variable