Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dmac80211_monitor.cc104 if (check_queues_callback_.IsCancelled()) { in StartTimer()
105 check_queues_callback_.Reset( in StartTimer()
109 dispatcher_->PostDelayedTask(check_queues_callback_.callback(), in StartTimer()
115 check_queues_callback_.Cancel(); in StopTimer()
Dmac80211_monitor.h135 base::CancelableClosure check_queues_callback_; variable
Dmac80211_monitor_unittest.cc112 !mac80211_monitor_.check_queues_callback_.IsCancelled(); in IsRunning()
116 mac80211_monitor_.check_queues_callback_.IsCancelled(); in IsStopped()