Home
last modified time | relevance | path

Searched refs:m_slowArpTaskId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp86 m_slowArpTaskId =0 ; in DhcpClientStateMachine()
345 DHCP_LOGI("UnRegister slowArpTask: %{public}u", m_slowArpTaskId); in StopIpv4()
346 DhcpTimer::GetInstance()->UnRegister(m_slowArpTaskId); in StopIpv4()
347 m_slowArpTaskId = 0; in StopIpv4()
1750 DhcpTimer::GetInstance()->UnRegister(m_slowArpTaskId); in SlowArpDetectCallback()
1769 uint32_t tastId = m_slowArpTaskId; in SlowArpDetect()
1772 if (tastId != m_slowArpTaskId) { in SlowArpDetect()
1774 … DHCP_LOGW("tastId != m_slowArpTaskId, %{public}u, %{public}u", tastId, m_slowArpTaskId); in SlowArpDetect()
1778 DhcpTimer::GetInstance()->Register(func, m_slowArpTaskId, 0); in SlowArpDetect()
1779 DHCP_LOGI("Register m_slowArpTaskId is %{public}u", m_slowArpTaskId); in SlowArpDetect()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h150 uint32_t m_slowArpTaskId; variable
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp408 dhcpClient->m_slowArpTaskId = 1; in StopIpv4FuzzerTest()