Home
last modified time | relevance | path

Searched refs:time_suspend_actions_timer (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dmetrics.cc441 time_suspend_actions_timer(new chromeos_metrics::Timer), in Metrics()
847 if (time_suspend_actions_timer->HasStarted()) in NotifySuspendActionsStarted()
849 time_suspend_actions_timer->Start(); in NotifySuspendActionsStarted()
854 if (!time_suspend_actions_timer->HasStarted()) in NotifySuspendActionsCompleted()
864 time_suspend_actions_timer->GetElapsedTime(&elapsed_time); in NotifySuspendActionsCompleted()
865 time_suspend_actions_timer->Reset(); in NotifySuspendActionsCompleted()
Dmetrics.h1199 time_suspend_actions_timer.reset(timer); // Passes ownership in set_time_suspend_actions_timer()
1234 std::unique_ptr<chromeos_metrics::Timer> time_suspend_actions_timer; variable
Dmetrics_unittest.cc1005 metrics_.time_suspend_actions_timer->Stop(); in TEST_F()
1008 EXPECT_TRUE(metrics_.time_suspend_actions_timer->HasStarted()); in TEST_F()