Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwake_on_wifi.cc1274 wake_to_scan_timer_.Stop(); in OnAfterResume()
1335 wake_to_scan_timer_.Start( in OnDarkResume()
1418 wake_to_scan_timer_.Stop(); in BeforeSuspendActions()
1453 wake_to_scan_timer_.Start( in BeforeSuspendActions()
Dwake_on_wifi.h558 timers::SimpleAlarmTimer wake_to_scan_timer_; variable
Dwake_on_wifi_unittest.cc877 wake_on_wifi_->wake_to_scan_timer_.Start( in StartWakeToScanTimer()
886 void StopWakeToScanTimer() { wake_on_wifi_->wake_to_scan_timer_.Stop(); } in StopWakeToScanTimer()
893 return wake_on_wifi_->wake_to_scan_timer_.IsRunning(); in WakeToScanTimerIsRunning()