Searched refs:GetMonotonicTime (Results 1 - 10 of 10) sorted by relevance

/system/update_engine/common/
H A Dclock.h31 base::Time GetMonotonicTime() override;
H A Dclock_interface.h42 virtual base::Time GetMonotonicTime() = 0;
H A Dfake_clock.h33 base::Time GetMonotonicTime() override {
H A Dclock.cc27 base::Time Clock::GetMonotonicTime() { function in class:chromeos_update_engine::Clock
/system/update_engine/update_manager/
H A Devaluation_context_unittest.cc365 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)));
H A Ddefault_policy.cc52 aux_state_->set_last_check_allowed_time(clock_->GetMonotonicTime());
H A Devaluation_context.cc102 TimeDelta remaining = monotonic_deadline - clock_->GetMonotonicTime();
108 clock_->GetMonotonicTime() + timeout);
144 evaluation_start_monotonic_ = clock_->GetMonotonicTime();
/system/update_engine/
H A Dmetrics_utils.cc304 Time now = system_state->clock()->GetMonotonicTime();
350 Time update_finish_time = clock->GetMonotonicTime();
376 clock->GetMonotonicTime() - system_updated_at;
H A Dpayload_state.cc194 attempt_start_time_monotonic_ = clock->GetMonotonicTime();
596 TimeDelta duration_uptime = clock->GetMonotonicTime() -
1104 Time now = system_state_->clock()->GetMonotonicTime();
1109 Time now = system_state_->clock()->GetMonotonicTime();
H A Dupdate_attempter_android.cc708 TimeDelta duration_uptime = clock_->GetMonotonicTime() - attempt_start_time;
826 Time update_start_time = clock_->GetMonotonicTime();

Completed in 168 milliseconds