Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h158 std::function<void(bool isReachable)> m_slowArpCallback; member in OHOS::DHCP::DhcpClientStateMachine
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp97 m_slowArpCallback = [this](bool isReachable) { this->SlowArpDetectCallback(isReachable); }; in DhcpClientStateMachine()
1849 m_slowArpCallback(ret); in SlowArpDetect()

Completed in 4 milliseconds