Home | History | Annotate | Download | only in update_engine

Lines Matching defs:fake_clock

27 #include "update_engine/common/fake_clock.h"
61 FakeClock fake_clock;
65 fake_system_state.set_clock(&fake_clock);
67 fake_clock.SetWallclockTime(base::Time::FromInternalValue(1000000));
68 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(1000000));
102 fake_clock.SetWallclockTime(base::Time::FromInternalValue(61000000));
103 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(61000000));
122 FakeClock fake_clock;
125 fake_system_state.set_clock(&fake_clock);
127 fake_clock.SetWallclockTime(base::Time::FromInternalValue(1000000));
128 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(1000000));
201 fake_clock.SetWallclockTime(base::Time::FromInternalValue(61000000));
202 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(61000000));