Home
last modified time | relevance | path

Searched refs:wake_on_wifi_throttled_ (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dmetrics_unittest.cc855 EXPECT_FALSE(metrics_.wake_on_wifi_throttled_); in TEST_F()
857 EXPECT_TRUE(metrics_.wake_on_wifi_throttled_); in TEST_F()
863 metrics_.wake_on_wifi_throttled_ = true; in TEST_F()
871 metrics_.wake_on_wifi_throttled_ = false; in TEST_F()
1006 metrics_.wake_on_wifi_throttled_ = true; in TEST_F()
1009 EXPECT_FALSE(metrics_.wake_on_wifi_throttled_); in TEST_F()
Dmetrics.cc445 wake_on_wifi_throttled_(false), in Metrics()
850 wake_on_wifi_throttled_ = false; in NotifySuspendActionsStarted()
1496 wake_on_wifi_throttled_ = true; in NotifyWakeOnWiFiThrottled()
1500 WakeOnWiFiThrottled throttled_result = wake_on_wifi_throttled_ in NotifySuspendWithWakeOnWiFiEnabledDone()
Dmetrics.h1239 bool wake_on_wifi_throttled_; variable