Home | History | Annotate | Download | only in update_engine

Lines Matching refs:fake_clock

26 #include "update_engine/common/fake_clock.h"
1035 FakeClock fake_clock;
1040 fake_clock.SetWallclockTime(Time::FromInternalValue(1000000));
1041 fake_clock.SetMonotonicTime(Time::FromInternalValue(2000000));
1043 fake_system_state.set_clock(&fake_clock);
1052 fake_clock.SetWallclockTime(Time::FromInternalValue(8000000));
1053 fake_clock.SetMonotonicTime(Time::FromInternalValue(6000000));
1066 fake_clock.SetWallclockTime(Time::FromInternalValue(18000000));
1067 fake_clock.SetMonotonicTime(Time::FromInternalValue(16000000));
1075 fake_clock.SetMonotonicTime(Time::FromInternalValue(5000));
1085 fake_clock.SetWallclockTime(Time::FromInternalValue(25000000));
1086 fake_clock.SetMonotonicTime(Time::FromInternalValue(6005000));
1097 FakeClock fake_clock;
1101 fake_clock.SetMonotonicTime(
1104 fake_system_state.set_clock(&fake_clock);
1120 fake_clock.SetMonotonicTime(
1518 FakeClock fake_clock;
1521 fake_system_state.set_clock(&fake_clock);
1529 fake_clock.SetWallclockTime(epoch);
1541 fake_clock.SetWallclockTime(epoch +
1550 fake_clock.SetWallclockTime(epoch +
1555 fake_clock.SetWallclockTime(epoch +
1580 FakeClock fake_clock;
1582 fake_system_state.set_clock(&fake_clock);
1590 fake_clock.SetWallclockTime(time);
1609 FakeClock fake_clock;
1611 fake_system_state.set_clock(&fake_clock);
1620 fake_clock.SetWallclockTime(time);