Searched refs:NotifyWakeupReasonReceived (Results 1 – 6 of 6) sorted by relevance
/system/connectivity/shill/wifi/ |
D | mock_wake_on_wifi.h | 61 MOCK_METHOD0(NotifyWakeupReasonReceived, void());
|
D | wake_on_wifi_unittest.cc | 3058 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()
|
D | wake_on_wifi.cc | 1189 metrics_->NotifyWakeupReasonReceived(); in OnWakeupReasonReceived()
|
/system/connectivity/shill/ |
D | mock_metrics.h | 95 MOCK_METHOD0(NotifyWakeupReasonReceived, void());
|
D | metrics.h | 1063 virtual void NotifyWakeupReasonReceived();
|
D | metrics.cc | 1507 void Metrics::NotifyWakeupReasonReceived() { wake_reason_received_ = true; } in NotifyWakeupReasonReceived() function in shill::Metrics
|