Home
last modified time | relevance | path

Searched refs:NotifySuspendActionsCompleted (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dmetrics_unittest.cc898 metrics_.NotifySuspendActionsCompleted(true); in TEST_F()
922 metrics_.NotifySuspendActionsCompleted(false); in TEST_F()
Dmetrics.h878 void NotifySuspendActionsCompleted(bool success);
Dmetrics.cc853 void Metrics::NotifySuspendActionsCompleted(bool success) { in NotifySuspendActionsCompleted() function in shill::Metrics
Dmanager.cc1724 metrics_->NotifySuspendActionsCompleted(error.IsSuccess()); in OnSuspendActionsComplete()