Searched refs:NotifyScanStartedInDarkResume (Results 1 – 5 of 5) sorted by relevance
100 MOCK_METHOD1(NotifyScanStartedInDarkResume, void(bool is_active_scan));
1079 virtual void NotifyScanStartedInDarkResume(bool is_active_scan);
1543 void Metrics::NotifyScanStartedInDarkResume(bool is_active_scan) { in NotifyScanStartedInDarkResume() function in shill::Metrics
2061 EXPECT_CALL(metrics_, NotifyScanStartedInDarkResume(_)).Times(0); in TEST_F()2070 EXPECT_CALL(metrics_, NotifyScanStartedInDarkResume(_)).Times(0); in TEST_F()2074 EXPECT_CALL(metrics_, NotifyScanStartedInDarkResume(_)).Times(0); in TEST_F()2083 EXPECT_CALL(metrics_, NotifyScanStartedInDarkResume(_)); in TEST_F()2087 EXPECT_CALL(metrics_, NotifyScanStartedInDarkResume(_)); in TEST_F()2096 EXPECT_CALL(metrics_, NotifyScanStartedInDarkResume(_)); in TEST_F()
1634 metrics_->NotifyScanStartedInDarkResume(is_active_scan); in OnScanStarted()