Searched refs:getIpTimerId (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_state_machine.cpp | 87 getIpTimerId = 0; in DhcpClientStateMachine() 161 StopTimer(getIpTimerId); in StartIpv4Type() 162 StartTimer(TIMER_GET_IP, getIpTimerId, DhcpTimer::DEFAULT_TIMEROUT, true); in StartIpv4Type() 378 StopTimer(getIpTimerId); in StopIpv4() 1943 threadExit_.load(), m_action, getIpTimerId, renewDelayTimerId, rebindDelayTimerId, remainingDelayTimerId); in GetIpTimerCallback() 1948 StopTimer(getIpTimerId); in GetIpTimerCallback() 2000 DHCP_LOGI("StartTimer timerId:%{public}u [%{public}u %{public}u %{public}u %{public}u]", timerId, getIpTimerId, in StartTimer() 2017 getIpTimerId, renewDelayTimerId, rebindDelayTimerId, remainingDelayTimerId); in StopTimer() 2026 StopTimer(getIpTimerId); in RenewDelayCallback() 2027 StartTimer(TIMER_GET_IP, getIpTimerId, DhcpTime in RenewDelayCallback() [all...] |
/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_client_state_machine.h | 147 uint32_t getIpTimerId; member in OHOS::DHCP::DhcpClientStateMachine
|
/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_client_state_machine_test.cpp | 839 uint32_t getIpTimerId = 0; in HWTEST_F() local 843 dhcpClient->StartTimer(TIMER_RENEW_DELAY, getIpTimerId, dafaultInterval0, true); in HWTEST_F() 847 dhcpClient->StopTimer(getIpTimerId); in HWTEST_F()
|
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/ |
H A D | dhcpclientfun_fuzzer.cpp | 402 dhcpClient->getIpTimerId = static_cast<uint32_t>(data[0]); in StopIpv4FuzzerTest()
|
Completed in 7 milliseconds