Searched refs:dhcpController_ (Results 1 – 4 of 4) sorted by relevance
28 DhcpController *DhcpController::DhcpControllerResultNotify::dhcpController_ = nullptr; member in OHOS::nmd::DhcpController::DhcpControllerResultNotify36 dhcpController_ = dhcpController; in SetDhcpController()58 dhcpController_->Process(ifname, result); in OnSuccess()
135 dhcpController_ = std::make_unique<OHOS::nmd::DhcpController>(); in Init()231 dhcpController_->RegisterNotifyCallback(callback); in RegisterNotifyCallback()454 dhcpController_->StartClient(iface, bIpv6); in StartDhcpClient()461 dhcpController_->StopClient(iface, bIpv6); in StopDhcpClient()468 dhcpController_->StartDhcpService(iface, ipv4addr); in StartDhcpService()475 dhcpController_->StopDhcpService(iface); in StopDhcpService()
34 static DhcpController *dhcpController_;
204 std::unique_ptr<OHOS::nmd::DhcpController> dhcpController_ = nullptr; variable