Home
last modified time | relevance | path

Searched defs:isReachable (Results 1 – 2 of 2) sorted by relevance

/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()
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp832 bool isReachable = true; in SlowArpDetectCallbackFuzzerTest() local