Home
last modified time | relevance | path

Searched refs:ethDhcpController_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_dhcp_controller.cpp24 …ntroller *EthernetDhcpController::EthernetDhcpControllerResultNotify::ethDhcpController_ = nullptr; member in OHOS::NetManagerStandard::EthernetDhcpController::EthernetDhcpControllerResultNotify
33 if (ethDhcpController_ != nullptr) { in OnSuccess()
35 ethDhcpController_->OnDhcpSuccess(ifname, result); in OnSuccess()
49 ethDhcpController_ = ethDhcpController; in SetEthernetDhcpController()
H A Dethernet_management.cpp128 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()
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_dhcp_controller.h41 static EthernetDhcpController *ethDhcpController_;
H A Dethernet_management.h96 std::unique_ptr<EthernetDhcpController> ethDhcpController_ = nullptr; variable