Searched refs:ethDhcpController_ (Results 1 – 4 of 4) sorted by relevance
24 …ntroller *EthernetDhcpController::EthernetDhcpControllerResultNotify::ethDhcpController_ = nullptr; member in OHOS::NetManagerStandard::EthernetDhcpController::EthernetDhcpControllerResultNotify33 if (ethDhcpController_ != nullptr) { in OnSuccess()35 ethDhcpController_->OnDhcpSuccess(ifname, result); in OnSuccess()49 ethDhcpController_ = ethDhcpController; in SetEthernetDhcpController()
128 ethDhcpController_ = std::make_unique<EthernetDhcpController>(); in EthernetManagement()131 ethDhcpController_->RegisterDhcpCallback(ethDhcpNotifyCallback_); in EthernetManagement()462 ethDhcpController_->StartClient(dev, true); in StartDhcpClient()469 ethDhcpController_->StopClient(dev, true); in StopDhcpClient()
41 static EthernetDhcpController *ethDhcpController_;
96 std::unique_ptr<EthernetDhcpController> ethDhcpController_ = nullptr; variable