Home
last modified time | relevance | path

Searched refs:SlowArpDetect (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp754 dhcpClient->SlowArpDetect(1); in HWTEST_F()
762 dhcpClient->SlowArpDetect(timestamp); in HWTEST_F()
765 dhcpClient->SlowArpDetect(timestamp); in HWTEST_F()
768 dhcpClient->SlowArpDetect(timestamp); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h90 void SlowArpDetect(time_t timestamp);
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp849 dhcpClient->SlowArpDetect(timestamp); in SlowArpDetectFuzzerTest()
852 dhcpClient->SlowArpDetect(timestamp); in SlowArpDetectFuzzerTest()
855 dhcpClient->SlowArpDetect(timestamp); in SlowArpDetectFuzzerTest()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp864 SlowArpDetect(timestamp); in DhcpRequestHandle()
1827 void DhcpClientStateMachine::SlowArpDetect(time_t timestamp) in SlowArpDetect() function in OHOS::DHCP::DhcpClientStateMachine
1829 DHCP_LOGI("SlowArpDetect() enter, %{public}d", m_sentPacketNum); in SlowArpDetect()

Completed in 7 milliseconds