Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h89 void SlowArpDetect(time_t timestamp);
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp843 dhcpClient->SlowArpDetect(timestamp); in SlowArpDetectFuzzerTest()
846 dhcpClient->SlowArpDetect(timestamp); in SlowArpDetectFuzzerTest()
849 dhcpClient->SlowArpDetect(timestamp); in SlowArpDetectFuzzerTest()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp682 dhcpClient->SlowArpDetect(1);
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp804 SlowArpDetect(timestamp); in DhcpRequestHandle()
1754 void DhcpClientStateMachine::SlowArpDetect(time_t timestamp) in SlowArpDetect() function in OHOS::DHCP::DhcpClientStateMachine