Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dmock_wake_on_wifi.h61 MOCK_METHOD0(NotifyWakeupReasonReceived, void());
Dwake_on_wifi_unittest.cc3058 EXPECT_CALL(metrics_, NotifyWakeupReasonReceived()); in TEST_F()
3079 EXPECT_CALL(metrics_, NotifyWakeupReasonReceived()); in TEST_F()
3100 EXPECT_CALL(metrics_, NotifyWakeupReasonReceived()); in TEST_F()
3128 EXPECT_CALL(metrics_, NotifyWakeupReasonReceived()); in TEST_F()
3151 EXPECT_CALL(metrics_, NotifyWakeupReasonReceived()).Times(0); in TEST_F()
3164 EXPECT_CALL(metrics_, NotifyWakeupReasonReceived()).Times(0); in TEST_F()
3178 EXPECT_CALL(metrics_, NotifyWakeupReasonReceived()).Times(0); in TEST_F()
3359 EXPECT_CALL(metrics_, NotifyWakeupReasonReceived()).Times(0); in TEST_F()
Dwake_on_wifi.cc1189 metrics_->NotifyWakeupReasonReceived(); in OnWakeupReasonReceived()
/system/connectivity/shill/
Dmock_metrics.h95 MOCK_METHOD0(NotifyWakeupReasonReceived, void());
Dmetrics.h1063 virtual void NotifyWakeupReasonReceived();
Dmetrics.cc1507 void Metrics::NotifyWakeupReasonReceived() { wake_reason_received_ = true; } in NotifyWakeupReasonReceived() function in shill::Metrics