Home
last modified time | relevance | path

Searched refs:isCachedIp (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h121 void ScheduleLeaseTimers(bool isCachedIp);
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp2090 void DhcpClientStateMachine::ScheduleLeaseTimers(bool isCachedIp) in ScheduleLeaseTimers() argument
2092 DHCP_LOGI("ScheduleLeaseTimers threadExit:%{public}d m_action:%{public}d isCachedIp:%{public}d", in ScheduleLeaseTimers()
2093 threadExit_.load(), m_action, isCachedIp); in ScheduleLeaseTimers()
2095 if (isCachedIp) { in ScheduleLeaseTimers()

Completed in 4 milliseconds