Searched refs:BeforeSuspendActions (Results 1 – 3 of 3) sorted by relevance
/system/connectivity/shill/wifi/ |
D | wake_on_wifi.cc | 1258 dispatcher_->PostTask(Bind(&WakeOnWiFi::BeforeSuspendActions, in OnBeforeSuspend() 1263 dispatcher_->PostTask(Bind(&WakeOnWiFi::BeforeSuspendActions, in OnBeforeSuspend() 1351 &WakeOnWiFi::BeforeSuspendActions, weak_ptr_factory_.GetWeakPtr(), in OnDarkResume() 1384 Bind(&WakeOnWiFi::BeforeSuspendActions, weak_ptr_factory_.GetWeakPtr(), in OnDarkResume() 1391 void WakeOnWiFi::BeforeSuspendActions( in BeforeSuspendActions() function in shill::WakeOnWiFi 1556 BeforeSuspendActions(true, start_lease_renewal_timer, in OnConnectedAndReachable() 1613 BeforeSuspendActions(false, false, 0, remove_supplicant_networks_callback); in OnNoAutoConnectableServicesAfterScan()
|
D | wake_on_wifi_unittest.cc | 817 void BeforeSuspendActions(bool is_connected, bool start_lease_renewal_timer, in BeforeSuspendActions() function in shill::WakeOnWiFiTest 825 wake_on_wifi_->BeforeSuspendActions(is_connected, start_lease_renewal_timer, in BeforeSuspendActions() 1817 BeforeSuspendActions(is_connected, start_lease_renewal_timer, in TEST_F() 1837 BeforeSuspendActions(is_connected, start_lease_renewal_timer, in TEST_F() 1859 BeforeSuspendActions(is_connected, start_lease_renewal_timer, in TEST_F() 1873 BeforeSuspendActions(is_connected, start_lease_renewal_timer, in TEST_F() 1886 BeforeSuspendActions(is_connected, start_lease_renewal_timer, in TEST_F() 1904 BeforeSuspendActions(is_connected, start_lease_renewal_timer, in TEST_F() 1934 BeforeSuspendActions(is_connected, start_lease_renewal_timer, in TEST_F() 1973 BeforeSuspendActions(is_connected, start_lease_renewal_timer, in TEST_F() [all …]
|
D | wake_on_wifi.h | 486 void BeforeSuspendActions(
|