Home
last modified time | relevance | path

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

/system/update_engine/
Dmetrics_utils_unittest.cc148 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(1000000)); in TEST()
170 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(2000000)); in TEST()
179 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(4000000)); in TEST()
Dmetrics_reporter_omaha_unittest.cc69 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(1000000)); in TEST_F()
112 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(61000000)); in TEST_F()
193 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(1000000)); in TEST_F()
266 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(61000000)); in TEST_F()
Dupdate_attempter_android_unittest.cc112 clock_->SetMonotonicTime(now); in TEST_F()
136 clock_->SetMonotonicTime(up_time); in TEST_F()
Dpayload_state_unittest.cc1066 fake_clock.SetMonotonicTime(Time::FromInternalValue(2000000)); in TEST()
1078 fake_clock.SetMonotonicTime(Time::FromInternalValue(6000000)); in TEST()
1092 fake_clock.SetMonotonicTime(Time::FromInternalValue(16000000)); in TEST()
1100 fake_clock.SetMonotonicTime(Time::FromInternalValue(5000)); in TEST()
1111 fake_clock.SetMonotonicTime(Time::FromInternalValue(6005000)); in TEST()
1126 fake_clock.SetMonotonicTime( in TEST()
1145 fake_clock.SetMonotonicTime( in TEST()
/system/update_engine/common/
Dfake_clock.h37 void SetMonotonicTime(const base::Time& time) { monotonic_time_ = time; } in SetMonotonicTime() function
/system/update_engine/update_manager/
Devaluation_context_unittest.cc93 fake_clock_.SetMonotonicTime(Time::FromTimeT(1240428300)); in SetUp()
368 fake_clock_.SetMonotonicTime(fake_clock_.GetMonotonicTime() + in TEST_F()
401 fake_clock_.SetMonotonicTime(cur_time + TimeDelta::FromSeconds(4)); in TEST_F()
Dpolicy_test_utils.cc48 fake_clock_.SetMonotonicTime(Time::FromInternalValue(12345678L)); in SetUpDefaultClock()
Dreal_updater_provider_unittest.cc136 fake_clock_->SetMonotonicTime(Time::FromDoubleT(456.123)); in TEST_F()