Home
last modified time | relevance | path

Searched refs:have_dhcp_lease (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/wifi/
Dmock_wake_on_wifi.h43 bool have_dhcp_lease, uint32_t time_to_next_lease_renewal));
Dwake_on_wifi_unittest.cc786 bool have_dhcp_lease, in OnBeforeSuspend() argument
797 have_dhcp_lease, time_to_next_lease_renewal); in OnBeforeSuspend()
2272 bool have_dhcp_lease; in TEST_F() local
2278 have_dhcp_lease = true; in TEST_F()
2281 OnBeforeSuspend(is_connected, whitelist, have_dhcp_lease, in TEST_F()
2286 have_dhcp_lease = true; in TEST_F()
2289 OnBeforeSuspend(is_connected, whitelist, have_dhcp_lease, in TEST_F()
2295 have_dhcp_lease = true; in TEST_F()
2298 OnBeforeSuspend(is_connected, whitelist, have_dhcp_lease, in TEST_F()
2304 have_dhcp_lease = false; in TEST_F()
[all …]
Dwake_on_wifi.h246 bool have_dhcp_lease,
Dwifi.cc1854 bool have_dhcp_lease = in OnBeforeSuspend() local
1862 have_dhcp_lease, in OnBeforeSuspend()
2926 bool have_dhcp_lease = in OnIPConfigUpdated() local
2928 wake_on_wifi_->OnConnectedAndReachable(have_dhcp_lease, in OnIPConfigUpdated()
2947 bool have_dhcp_lease = in OnIPv6ConfigUpdated() local
2949 wake_on_wifi_->OnConnectedAndReachable(have_dhcp_lease, in OnIPv6ConfigUpdated()
Dwake_on_wifi.cc1243 const Closure& remove_supplicant_networks_callback, bool have_dhcp_lease, in OnBeforeSuspend() argument
1254 if (have_dhcp_lease && is_connected && in OnBeforeSuspend()
1265 have_dhcp_lease, time_to_next_lease_renewal, in OnBeforeSuspend()