Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp86 m_slowArpTaskId =0 ; in DhcpClientStateMachine()
379 DHCP_LOGI("UnRegister slowArpTask: %{public}u", m_slowArpTaskId); in StopIpv4()
380 DhcpTimer::GetInstance()->UnRegister(m_slowArpTaskId); in StopIpv4()
381 m_slowArpTaskId = 0; in StopIpv4()
1823 DhcpTimer::GetInstance()->UnRegister(m_slowArpTaskId); in SlowArpDetectCallback()
1842 uint32_t tastId = m_slowArpTaskId; in SlowArpDetect()
1845 if (tastId != m_slowArpTaskId) { in SlowArpDetect()
1847 DHCP_LOGW("tastId != m_slowArpTaskId, %{public}u, %{public}u", tastId, m_slowArpTaskId); in SlowArpDetect()
1851 DhcpTimer::GetInstance()->Register(func, m_slowArpTaskId, in SlowArpDetect()
[all...]
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h151 uint32_t m_slowArpTaskId; member in OHOS::DHCP::DhcpClientStateMachine
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp403 dhcpClient->m_slowArpTaskId = 1; in StopIpv4FuzzerTest()

Completed in 8 milliseconds