Home
last modified time | relevance | path

Searched refs:time_to_next_lease_renewal (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));
53 uint32_t time_to_next_lease_renewal));
Dwake_on_wifi.h247 uint32_t time_to_next_lease_renewal);
274 uint32_t time_to_next_lease_renewal);
489 uint32_t time_to_next_lease_renewal,
Dwake_on_wifi.cc1244 uint32_t time_to_next_lease_renewal) { in OnBeforeSuspend() argument
1255 time_to_next_lease_renewal < kImmediateDHCPLeaseRenewalThresholdSeconds) { in OnBeforeSuspend()
1260 false, time_to_next_lease_renewal, in OnBeforeSuspend()
1265 have_dhcp_lease, time_to_next_lease_renewal, in OnBeforeSuspend()
1394 uint32_t time_to_next_lease_renewal, in BeforeSuspendActions() argument
1423 FROM_HERE, base::TimeDelta::FromSeconds(time_to_next_lease_renewal), in BeforeSuspendActions()
1547 uint32_t time_to_next_lease_renewal) { in OnConnectedAndReachable() argument
1557 time_to_next_lease_renewal, base::Closure()); in OnConnectedAndReachable()
Dwake_on_wifi_unittest.cc787 uint32_t time_to_next_lease_renewal) { in OnBeforeSuspend() argument
797 have_dhcp_lease, time_to_next_lease_renewal); in OnBeforeSuspend()
818 uint32_t time_to_next_lease_renewal) { in BeforeSuspendActions() argument
826 time_to_next_lease_renewal, in BeforeSuspendActions()
832 uint32_t time_to_next_lease_renewal) { in OnConnectedAndReachable() argument
834 time_to_next_lease_renewal); in OnConnectedAndReachable()
2388 const uint32_t time_to_next_lease_renewal = 10; in TEST_F() local
2405 OnConnectedAndReachable(have_dhcp_lease, time_to_next_lease_renewal); in TEST_F()
2474 const uint32_t time_to_next_lease_renewal = 10; in TEST_F() local
2493 OnConnectedAndReachable(have_dhcp_lease, time_to_next_lease_renewal); in TEST_F()
[all …]
Dwifi.cc1853 uint32_t time_to_next_lease_renewal; in OnBeforeSuspend() local
1855 TimeToNextDHCPLeaseRenewal(&time_to_next_lease_renewal); in OnBeforeSuspend()
1863 time_to_next_lease_renewal); in OnBeforeSuspend()
2925 uint32_t time_to_next_lease_renewal; in OnIPConfigUpdated() local
2927 TimeToNextDHCPLeaseRenewal(&time_to_next_lease_renewal); in OnIPConfigUpdated()
2929 time_to_next_lease_renewal); in OnIPConfigUpdated()
2946 uint32_t time_to_next_lease_renewal; in OnIPv6ConfigUpdated() local
2948 TimeToNextDHCPLeaseRenewal(&time_to_next_lease_renewal); in OnIPv6ConfigUpdated()
2950 time_to_next_lease_renewal); in OnIPv6ConfigUpdated()