Home
last modified time | relevance | path

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

/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp780 dhcpClient->SlowArpDetectCallback(true); in HWTEST_F()
781 dhcpClient->SlowArpDetectCallback(false); in HWTEST_F()
784 dhcpClient->SlowArpDetectCallback(true); in HWTEST_F()
785 dhcpClient->SlowArpDetectCallback(false); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h91 void SlowArpDetectCallback(bool isReachable);
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp839 dhcpClient->SlowArpDetectCallback(isReachable); in SlowArpDetectCallbackFuzzerTest()
842 dhcpClient->SlowArpDetectCallback(isReachable); in SlowArpDetectCallbackFuzzerTest()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp97 m_slowArpCallback = [this](bool isReachable) { this->SlowArpDetectCallback(isReachable); }; in DhcpClientStateMachine()
1802 void DhcpClientStateMachine::SlowArpDetectCallback(bool isReachable) in SlowArpDetectCallback() function in OHOS::DHCP::DhcpClientStateMachine
1804 DHCP_LOGI("SlowArpDetectCallback() enter"); in SlowArpDetectCallback()

Completed in 7 milliseconds