Home
last modified time | relevance | path

Searched refs:m_slowArpCallback (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h157 std::function<void(bool isReachable)> m_slowArpCallback; variable
/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()
1776 m_slowArpCallback(ret); in SlowArpDetect()