HomeSort by relevance Sort by last modified time
    Searched refs:SetMonotonicTime (Results 1 - 8 of 8) sorted by null

  /system/update_engine/common/
fake_clock.h 45 void SetMonotonicTime(const base::Time &time) {
  /system/update_engine/
metrics_reporter_omaha_unittest.cc 68 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(1000000));
103 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(61000000));
128 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(1000000));
202 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(61000000));
metrics_utils_unittest.cc 161 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(1000000));
187 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(2000000));
198 fake_clock.SetMonotonicTime(base::Time::FromInternalValue(4000000));
update_attempter_android_unittest.cc 106 clock_->SetMonotonicTime(now);
128 clock_->SetMonotonicTime(up_time);
payload_state_unittest.cc     [all...]
  /system/update_engine/update_manager/
policy_test_utils.cc 47 fake_clock_.SetMonotonicTime(Time::FromInternalValue(12345678L));
evaluation_context_unittest.cc 91 fake_clock_.SetMonotonicTime(Time::FromTimeT(1240428300));
364 fake_clock_.SetMonotonicTime(
398 fake_clock_.SetMonotonicTime(cur_time + TimeDelta::FromSeconds(4));
real_updater_provider_unittest.cc 137 fake_clock_->SetMonotonicTime(Time::FromDoubleT(456.123));

Completed in 255 milliseconds