Home
last modified time | relevance | path

Searched refs:NotifyDarkResumeScanRetry (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/
Dmock_metrics.h101 MOCK_METHOD0(NotifyDarkResumeScanRetry, void());
Dmetrics.h1082 virtual void NotifyDarkResumeScanRetry();
1120 FRIEND_TEST(MetricsTest, NotifyDarkResumeScanRetry);
Dmetrics_unittest.cc1034 TEST_F(MetricsTest, NotifyDarkResumeScanRetry) { in TEST_F() argument
1037 metrics_.NotifyDarkResumeScanRetry(); in TEST_F()
Dmetrics.cc1549 void Metrics::NotifyDarkResumeScanRetry() { in NotifyDarkResumeScanRetry() function in shill::Metrics
/system/connectivity/shill/wifi/
Dwake_on_wifi.cc1605 metrics_->NotifyDarkResumeScanRetry(); in OnNoAutoConnectableServicesAfterScan()
Dwake_on_wifi_unittest.cc3026 EXPECT_CALL(metrics_, NotifyDarkResumeScanRetry()); in TEST_F()