Searched refs:time_dark_resume_actions_timer (Results 1 – 3 of 3) sorted by relevance
442 time_dark_resume_actions_timer(new chromeos_metrics::Timer), in Metrics()882 if (time_dark_resume_actions_timer->HasStarted()) in NotifyDarkResumeActionsStarted()884 time_dark_resume_actions_timer->Start(); in NotifyDarkResumeActionsStarted()890 if (!time_dark_resume_actions_timer->HasStarted()) in NotifyDarkResumeActionsCompleted()900 time_dark_resume_actions_timer->GetElapsedTime(&elapsed_time); in NotifyDarkResumeActionsCompleted()901 time_dark_resume_actions_timer->Reset(); in NotifyDarkResumeActionsCompleted()
1203 time_dark_resume_actions_timer.reset(timer); // Passes ownership in set_time_dark_resume_actions_timer()1235 std::unique_ptr<chromeos_metrics::Timer> time_dark_resume_actions_timer; variable
1013 metrics_.time_dark_resume_actions_timer->Stop(); in TEST_F()1017 EXPECT_TRUE(metrics_.time_dark_resume_actions_timer->HasStarted()); in TEST_F()