Home
last modified time | relevance | path

Searched refs:SetMonotonicTime (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/
Dmetrics_utils_unittest.cc161 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(1000000)); in TEST()
187 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(2000000)); in TEST()
198 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(4000000)); in TEST()
Dpayload_state_unittest.cc1044 fake_clock.SetMonotonicTime(Time::FromInternalValue(2000000)); in TEST()
1055 fake_clock.SetMonotonicTime(Time::FromInternalValue(6000000)); in TEST()
1068 fake_clock.SetMonotonicTime(Time::FromInternalValue(16000000)); in TEST()
1076 fake_clock.SetMonotonicTime(Time::FromInternalValue(5000)); in TEST()
1086 fake_clock.SetMonotonicTime(Time::FromInternalValue(6005000)); in TEST()
/system/update_engine/common/
Dfake_clock.h45 void SetMonotonicTime(const base::Time &time) { in SetMonotonicTime() function
/system/update_engine/update_manager/
Devaluation_context_unittest.cc91 fake_clock_.SetMonotonicTime(Time::FromTimeT(1240428300)); in SetUp()
364 fake_clock_.SetMonotonicTime( in TEST_F()
398 fake_clock_.SetMonotonicTime(cur_time + TimeDelta::FromSeconds(4)); in TEST_F()
Dreal_updater_provider_unittest.cc111 fake_clock_->SetMonotonicTime(Time::FromDoubleT(456.123)); in TEST_F()
Dchromeos_policy_unittest.cc62 fake_clock_.SetMonotonicTime(Time::FromInternalValue(12345678L)); in SetUpDefaultClock()