OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleTestClock
(Results
1 - 7
of
7
) sorted by null
/external/libchrome/base/test/
simple_test_clock.cc
9
SimpleTestClock
::
SimpleTestClock
() = default;
11
SimpleTestClock
::~
SimpleTestClock
() = default;
13
Time
SimpleTestClock
::Now() const {
18
void
SimpleTestClock
::Advance(TimeDelta delta) {
23
void
SimpleTestClock
::SetNow(Time now) {
simple_test_clock.h
15
//
SimpleTestClock
is a Clock implementation that gives control over
18
class
SimpleTestClock
: public Clock {
21
SimpleTestClock
();
22
~
SimpleTestClock
() override;
/external/libbrillo/brillo/message_loops/
fake_message_loop.h
29
// optionally updates a
SimpleTestClock
instance when it needs to advance the
34
// Create a FakeMessageLoop optionally using a
SimpleTestClock
to update the
36
explicit FakeMessageLoop(base::
SimpleTestClock
* clock);
89
base::
SimpleTestClock
* test_clock_ = nullptr;
mock_message_loop.h
28
// Create a FakeMessageLoop optionally using a
SimpleTestClock
to update the
30
explicit MockMessageLoop(base::
SimpleTestClock
* clock)
fake_message_loop.cc
12
FakeMessageLoop::FakeMessageLoop(base::
SimpleTestClock
* clock)
20
// If no
SimpleTestClock
was provided, we use the last time we fired a
fake_message_loop_unittest.cc
38
base::
SimpleTestClock
clock_;
/external/libbrillo/brillo/streams/
fake_stream_unittest.cc
62
base::
SimpleTestClock
clock_;
Completed in 360 milliseconds