Searched refs:rebindDelayTimerId (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_state_machine.cpp | 89 rebindDelayTimerId = 0; in DhcpClientStateMachine() 1865 …threadExit_.load(), m_action, getIpTimerId, renewDelayTimerId, rebindDelayTimerId, remainingDelayT… in GetIpTimerCallback() 1923 renewDelayTimerId, rebindDelayTimerId, remainingDelayTimerId); in StartTimer() 1939 getIpTimerId, renewDelayTimerId, rebindDelayTimerId, remainingDelayTimerId); in StopTimer() 1960 DHCP_LOGI("RebindDelayCallback timerId:%{public}u", rebindDelayTimerId); in RebindDelayCallback() 1961 StopTimer(rebindDelayTimerId); in RebindDelayCallback() 2008 StopTimer(rebindDelayTimerId); in CloseAllRenewTimer() 2043 StopTimer(rebindDelayTimerId); in ScheduleLeaseTimers() 2046 StartTimer(TIMER_REBIND_DELAY, rebindDelayTimerId, rebindSec, true); in ScheduleLeaseTimers()
|
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_client_state_machine_test.cpp | 745 uint32_t rebindDelayTimerId = 0; variable 749 dhcpClient->StartTimer(TIMER_REBIND_DELAY, rebindDelayTimerId, dafaultInterval2, true); 753 dhcpClient->StopTimer(rebindDelayTimerId);
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_client_state_machine.h | 148 uint32_t rebindDelayTimerId; variable
|