Searched refs:NotifyDarkResumeScanRetry (Results 1 – 6 of 6) sorted by relevance
101 MOCK_METHOD0(NotifyDarkResumeScanRetry, void());
1082 virtual void NotifyDarkResumeScanRetry();1120 FRIEND_TEST(MetricsTest, NotifyDarkResumeScanRetry);
1034 TEST_F(MetricsTest, NotifyDarkResumeScanRetry) { in TEST_F() argument1037 metrics_.NotifyDarkResumeScanRetry(); in TEST_F()
1549 void Metrics::NotifyDarkResumeScanRetry() { in NotifyDarkResumeScanRetry() function in shill::Metrics
1605 metrics_->NotifyDarkResumeScanRetry(); in OnNoAutoConnectableServicesAfterScan()
3026 EXPECT_CALL(metrics_, NotifyDarkResumeScanRetry()); in TEST_F()