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

  /system/update_engine/common/
fake_clock.h 45 void SetMonotonicTime(const base::Time &time) {
  /system/update_engine/
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));
payload_state_unittest.cc     [all...]
  /system/update_engine/update_manager/
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 111 fake_clock_->SetMonotonicTime(Time::FromDoubleT(456.123));
chromeos_policy_unittest.cc 60 fake_clock_.SetMonotonicTime(Time::FromInternalValue(12345678L));
    [all...]

Completed in 211 milliseconds