Searched refs:have_dhcp_lease (Results 1 – 5 of 5) sorted by relevance
/system/connectivity/shill/wifi/ |
D | mock_wake_on_wifi.h | 43 bool have_dhcp_lease, uint32_t time_to_next_lease_renewal));
|
D | wake_on_wifi_unittest.cc | 786 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 …]
|
D | wake_on_wifi.h | 246 bool have_dhcp_lease,
|
D | wifi.cc | 1854 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()
|
D | wake_on_wifi.cc | 1243 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()
|