Searched defs:time_to_next_lease_renewal (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/wifi/
H A Dwake_on_wifi.cc1244 uint32_t time_to_next_lease_renewal) {
1255 time_to_next_lease_renewal < kImmediateDHCPLeaseRenewalThresholdSeconds) {
1260 false, time_to_next_lease_renewal,
1265 have_dhcp_lease, time_to_next_lease_renewal,
1394 uint32_t time_to_next_lease_renewal,
1423 FROM_HERE, base::TimeDelta::FromSeconds(time_to_next_lease_renewal),
1547 uint32_t time_to_next_lease_renewal) {
1557 time_to_next_lease_renewal, base::Closure());
1238 OnBeforeSuspend( bool is_connected, const vector<ByteString>& ssid_whitelist, const ResultCallback& done_callback, const Closure& renew_dhcp_lease_callback, const Closure& remove_supplicant_networks_callback, bool have_dhcp_lease, uint32_t time_to_next_lease_renewal) argument
1391 BeforeSuspendActions( bool is_connected, bool start_lease_renewal_timer, uint32_t time_to_next_lease_renewal, const Closure& remove_supplicant_networks_callback) argument
1546 OnConnectedAndReachable(bool start_lease_renewal_timer, uint32_t time_to_next_lease_renewal) argument
H A Dwake_on_wifi_unittest.cc787 uint32_t time_to_next_lease_renewal) {
797 have_dhcp_lease, time_to_next_lease_renewal);
818 uint32_t time_to_next_lease_renewal) {
826 time_to_next_lease_renewal,
832 uint32_t time_to_next_lease_renewal) {
834 time_to_next_lease_renewal);
2388 const uint32_t time_to_next_lease_renewal = 10; local
2405 OnConnectedAndReachable(have_dhcp_lease, time_to_next_lease_renewal);
2474 const uint32_t time_to_next_lease_renewal = 10; local
2493 OnConnectedAndReachable(have_dhcp_lease, time_to_next_lease_renewal);
784 OnBeforeSuspend(bool is_connected, const vector<ByteString>& ssid_whitelist, bool have_dhcp_lease, uint32_t time_to_next_lease_renewal) argument
817 BeforeSuspendActions(bool is_connected, bool start_lease_renewal_timer, uint32_t time_to_next_lease_renewal) argument
831 OnConnectedAndReachable(bool start_lease_renewal_timer, uint32_t time_to_next_lease_renewal) argument
2586 const uint32_t time_to_next_lease_renewal = 10; local
2673 const uint32_t time_to_next_lease_renewal = 10; local
[all...]
H A Dwifi.cc1853 uint32_t time_to_next_lease_renewal; local
1855 TimeToNextDHCPLeaseRenewal(&time_to_next_lease_renewal);
1863 time_to_next_lease_renewal); local
2925 uint32_t time_to_next_lease_renewal; local
2927 TimeToNextDHCPLeaseRenewal(&time_to_next_lease_renewal);
2929 time_to_next_lease_renewal);
2946 uint32_t time_to_next_lease_renewal; local
2948 TimeToNextDHCPLeaseRenewal(&time_to_next_lease_renewal);
2950 time_to_next_lease_renewal);

Completed in 74 milliseconds