Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmock_metrics.h93 MOCK_METHOD0(NotifySuspendWithWakeOnWiFiEnabledDone, void());
Dmetrics.h1060 virtual void NotifySuspendWithWakeOnWiFiEnabledDone();
1110 FRIEND_TEST(MetricsTest, NotifySuspendWithWakeOnWiFiEnabledDone);
Dmetrics_unittest.cc860 TEST_F(MetricsTest, NotifySuspendWithWakeOnWiFiEnabledDone) { in TEST_F() argument
867 metrics_.NotifySuspendWithWakeOnWiFiEnabledDone(); in TEST_F()
875 metrics_.NotifySuspendWithWakeOnWiFiEnabledDone(); in TEST_F()
Dmetrics.cc1499 void Metrics::NotifySuspendWithWakeOnWiFiEnabledDone() { in NotifySuspendWithWakeOnWiFiEnabledDone() function in shill::Metrics
/system/connectivity/shill/wifi/
Dwake_on_wifi_unittest.cc2852 EXPECT_CALL(metrics_, NotifySuspendWithWakeOnWiFiEnabledDone()).Times(1); in TEST_F()
2859 EXPECT_CALL(metrics_, NotifySuspendWithWakeOnWiFiEnabledDone()).Times(0); in TEST_F()
2867 EXPECT_CALL(metrics_, NotifySuspendWithWakeOnWiFiEnabledDone()).Times(0); in TEST_F()
2876 EXPECT_CALL(metrics_, NotifySuspendWithWakeOnWiFiEnabledDone()).Times(0); in TEST_F()
3253 EXPECT_CALL(metrics_, NotifySuspendWithWakeOnWiFiEnabledDone()).Times(0); in TEST_F()
Dwake_on_wifi.cc1281 metrics_->NotifySuspendWithWakeOnWiFiEnabledDone(); in OnAfterResume()