Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp28 DhcpController *DhcpController::DhcpControllerResultNotify::dhcpController_ = nullptr; member in OHOS::nmd::DhcpController::DhcpControllerResultNotify
36 dhcpController_ = dhcpController; in SetDhcpController()
58 dhcpController_->Process(ifname, result); in OnSuccess()
H A Dnetsys_native_service.cpp135 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()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddhcp_controller.h34 static DhcpController *dhcpController_;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h204 std::unique_ptr<OHOS::nmd::DhcpController> dhcpController_ = nullptr; variable