Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h90 void SlowArpDetectCallback(bool isReachable);
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp694 dhcpClient->SlowArpDetectCallback(true);
695 dhcpClient->SlowArpDetectCallback(false);
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp833 dhcpClient->SlowArpDetectCallback(isReachable); in SlowArpDetectCallbackFuzzerTest()
836 dhcpClient->SlowArpDetectCallback(isReachable); in SlowArpDetectCallbackFuzzerTest()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp97 m_slowArpCallback = [this](bool isReachable) { this->SlowArpDetectCallback(isReachable); }; in DhcpClientStateMachine()
1729 void DhcpClientStateMachine::SlowArpDetectCallback(bool isReachable) in SlowArpDetectCallback() function in OHOS::DHCP::DhcpClientStateMachine