Searched refs:rebindDelayTimerId (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_state_machine.cpp | 89 rebindDelayTimerId = 0; in DhcpClientStateMachine() 1943 threadExit_.load(), m_action, getIpTimerId, renewDelayTimerId, rebindDelayTimerId, remainingDelayTimerId); in GetIpTimerCallback() 2001 renewDelayTimerId, rebindDelayTimerId, remainingDelayTimerId); in StartTimer() 2017 getIpTimerId, renewDelayTimerId, rebindDelayTimerId, remainingDelayTimerId); in StopTimer() 2037 DHCP_LOGI("RebindDelayCallback timerId:%{public}u", rebindDelayTimerId); in RebindDelayCallback() 2038 StopTimer(rebindDelayTimerId); in RebindDelayCallback() 2085 StopTimer(rebindDelayTimerId); in CloseAllRenewTimer() 2120 StopTimer(rebindDelayTimerId); in ScheduleLeaseTimers() 2123 StartTimer(TIMER_REBIND_DELAY, rebindDelayTimerId, rebindSec, true); in ScheduleLeaseTimers()
|
/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_client_state_machine.h | 149 uint32_t rebindDelayTimerId; member in OHOS::DHCP::DhcpClientStateMachine
|
/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_client_state_machine_test.cpp | 841 uint32_t rebindDelayTimerId = 0; in HWTEST_F() local 845 dhcpClient->StartTimer(TIMER_REBIND_DELAY, rebindDelayTimerId, dafaultInterval2, true); in HWTEST_F() 849 dhcpClient->StopTimer(rebindDelayTimerId); in HWTEST_F()
|
Completed in 8 milliseconds