Searched refs:TIMER_GET_IP (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_client_def.h | 408 TIMER_GET_IP = 0, enumerator
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_state_machine.cpp | 162 StartTimer(TIMER_GET_IP, getIpTimerId, DhcpTimer::DEFAULT_TIMEROUT, true); in StartIpv4Type() 1899 case TIMER_GET_IP: in StartTimer() 1950 StartTimer(TIMER_GET_IP, getIpTimerId, DhcpTimer::DEFAULT_TIMEROUT, true); in RenewDelayCallback() 1965 StartTimer(TIMER_GET_IP, getIpTimerId, DhcpTimer::DEFAULT_TIMEROUT, true); in RebindDelayCallback() 1980 StartTimer(TIMER_GET_IP, getIpTimerId, DhcpTimer::DEFAULT_TIMEROUT, true); in RemainingDelayCallback()
|