Searched refs:NotifySuspendActionsCompleted (Results 1 – 4 of 4) sorted by relevance
898 metrics_.NotifySuspendActionsCompleted(true); in TEST_F()922 metrics_.NotifySuspendActionsCompleted(false); in TEST_F()
878 void NotifySuspendActionsCompleted(bool success);
853 void Metrics::NotifySuspendActionsCompleted(bool success) { in NotifySuspendActionsCompleted() function in shill::Metrics
1724 metrics_->NotifySuspendActionsCompleted(error.IsSuccess()); in OnSuspendActionsComplete()