Home
last modified time | relevance | path

Searched refs:in_dark_resume (Results 1 – 8 of 8) sorted by relevance

/system/connectivity/shill/
Dpower_manager.h66 bool in_dark_resume() const { return in_dark_resume_; } in in_dark_resume() function
Dmock_metrics.h103 void(bool is_connected, bool in_dark_resume));
Dmetrics_unittest.cc1042 const bool in_dark_resume = true; in TEST_F() local
1051 metrics_.NotifyBeforeSuspendActions(is_connected, in_dark_resume); in TEST_F()
1058 metrics_.NotifyBeforeSuspendActions(is_connected, in_dark_resume); in TEST_F()
1062 const bool in_dark_resume = false; in TEST_F() local
1068 metrics_.NotifyBeforeSuspendActions(is_connected, in_dark_resume); in TEST_F()
1072 metrics_.NotifyBeforeSuspendActions(is_connected, in_dark_resume); in TEST_F()
Dmetrics.cc1554 bool in_dark_resume) { in NotifyBeforeSuspendActions() argument
1555 if (in_dark_resume && dark_resume_scan_retries_) { in NotifyBeforeSuspendActions()
Dmetrics.h1090 bool in_dark_resume);
Dmanager.cc1920 !power_manager_->in_dark_resume()) { in AutoConnect()
/system/connectivity/shill/wifi/
Dwake_on_wifi.h290 bool in_dark_resume() { return in_dark_resume_; } in in_dark_resume() function
Dwifi.cc1387 if (wake_on_wifi_->in_dark_resume()) { in ScanDoneTask()