Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/diagnostics_ui/backend/
H A Dsystem_routine_controller.cc79 inflight_routine_timer_ = std::make_unique<base::OneShotTimer>(); in SystemRoutineController()
221 inflight_routine_timer_->Start( in ScheduleCheckRoutineStatus()
H A Dsystem_routine_controller.h73 std::unique_ptr<base::OneShotTimer> inflight_routine_timer_; variable