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

  /system/update_engine/common/
clock.h 31 base::Time GetMonotonicTime() override;
clock_interface.h 42 virtual base::Time GetMonotonicTime() = 0;
fake_clock.h 33 base::Time GetMonotonicTime() override {
clock.cc 27 base::Time Clock::GetMonotonicTime() {
  /system/update_engine/update_manager/
evaluation_context_unittest.cc 365 fake_clock_.GetMonotonicTime() + TimeDelta::FromSeconds(1));
396 Time cur_time = fake_clock_.GetMonotonicTime();
408 cur_time = fake_clock_.GetMonotonicTime();
429 fake_clock_.GetMonotonicTime() + TimeDelta::FromSeconds(1)));
454 fake_clock_.GetMonotonicTime() - TimeDelta::FromSeconds(20)));
456 fake_clock_.GetMonotonicTime() - TimeDelta::FromSeconds(1)));
default_policy.cc 49 aux_state_->set_last_check_allowed_time(clock_->GetMonotonicTime());
evaluation_context.cc 101 TimeDelta remaining = monotonic_deadline - clock_->GetMonotonicTime();
107 clock_->GetMonotonicTime() + timeout);
143 evaluation_start_monotonic_ = clock_->GetMonotonicTime();
  /system/update_engine/
metrics_utils.cc 293 Time now = system_state->clock()->GetMonotonicTime();
payload_state.cc 185 attempt_start_time_monotonic_ = clock->GetMonotonicTime();
576 TimeDelta duration_uptime = clock->GetMonotonicTime() -
    [all...]

Completed in 3638 milliseconds