Searched refs:m_slowArpTaskId (Results 1 – 3 of 3) sorted by relevance
86 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()
150 uint32_t m_slowArpTaskId; variable
408 dhcpClient->m_slowArpTaskId = 1; in StopIpv4FuzzerTest()