Searched refs:EthernetDhcpControllerResultNotify (Results 1 – 3 of 3) sorted by relevance
31 class EthernetDhcpControllerResultNotify {33 EthernetDhcpControllerResultNotify() in EthernetDhcpControllerResultNotify() function36 ~EthernetDhcpControllerResultNotify() = default;44 …thernetDhcpController() : dhcpResultNotify_(std::make_unique<EthernetDhcpControllerResultNotify>()) in EthernetDhcpController()46 clientEvent.OnIpSuccessChanged = EthernetDhcpControllerResultNotify::OnSuccess; in EthernetDhcpController()47 clientEvent.OnIpFailChanged = EthernetDhcpControllerResultNotify::OnFailed; in EthernetDhcpController()58 std::unique_ptr<EthernetDhcpControllerResultNotify> dhcpResultNotify_ = nullptr;
24 EthernetDhcpController *EthernetDhcpController::EthernetDhcpControllerResultNotify::ethDhcpControll…25 void EthernetDhcpController::EthernetDhcpControllerResultNotify::OnSuccess(int status, const char *… in OnSuccess()39 void EthernetDhcpController::EthernetDhcpControllerResultNotify::OnFailed(int status, const char *i… in OnFailed()46 void EthernetDhcpController::EthernetDhcpControllerResultNotify::SetEthernetDhcpController( in SetEthernetDhcpController()59 clientEvent.OnIpSuccessChanged = EthernetDhcpControllerResultNotify::OnSuccess; in StartClient()60 clientEvent.OnIpFailChanged = EthernetDhcpControllerResultNotify::OnFailed; in StartClient()
884 EthernetDhcpController::EthernetDhcpControllerResultNotify ethernetDhcpControllerResultNotify;