Home
last modified time | relevance | path

Searched refs:time_resume_to_ready_timer_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dmetrics.cc439 time_resume_to_ready_timer_(new chromeos_metrics::Timer), in Metrics()
756 time_resume_to_ready_timer_->GetElapsedTime(&time_resume_to_ready); in NotifyServiceStateChanged()
757 time_resume_to_ready_timer_->Reset(); in NotifyServiceStateChanged()
794 time_resume_to_ready_timer_->Start(); in NotifySuspendDone()
Dmetrics.h1191 time_resume_to_ready_timer_.reset(timer); // Passes ownership in set_time_resume_to_ready_timer()
1232 std::unique_ptr<chromeos_metrics::Timer> time_resume_to_ready_timer_; variable