Lines Matching refs:DhcpControllerResultNotify
28 DhcpController *DhcpController::DhcpControllerResultNotify::dhcpController_ = nullptr;
30 DhcpController::DhcpControllerResultNotify::DhcpControllerResultNotify() {}
32 DhcpController::DhcpControllerResultNotify::~DhcpControllerResultNotify() {}
34 void DhcpController::DhcpControllerResultNotify::SetDhcpController(DhcpController *dhcpController)
39 void DhcpController::DhcpControllerResultNotify::OnSuccess(int status, const char *ifname,
47 "Enter DhcpController::DhcpControllerResultNotify::OnSuccess "
61 void DhcpController::DhcpControllerResultNotify::OnFailed(int status, const char *ifname,
64 NETNATIVE_LOGE("Enter DhcpController::DhcpControllerResultNotify::OnFailed");
69 dhcpResultNotify_ = std::make_unique<DhcpControllerResultNotify>();
83 clientEvent.OnIpSuccessChanged = DhcpControllerResultNotify::OnSuccess;
84 clientEvent.OnIpFailChanged = DhcpControllerResultNotify::OnFailed;