Home
last modified time | relevance | path

Searched refs:DhcpController (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Ddhcp_controller.cpp28 DhcpController *DhcpController::DhcpControllerResultNotify::dhcpController_ = nullptr;
30 DhcpController::DhcpControllerResultNotify::DhcpControllerResultNotify() {} in DhcpControllerResultNotify()
32 DhcpController::DhcpControllerResultNotify::~DhcpControllerResultNotify() {} in ~DhcpControllerResultNotify()
34 void DhcpController::DhcpControllerResultNotify::SetDhcpController(DhcpController *dhcpController) in SetDhcpController()
39 void DhcpController::DhcpControllerResultNotify::OnSuccess(int status, const char *ifname, in OnSuccess()
47 "Enter DhcpController::DhcpControllerResultNotify::OnSuccess " in OnSuccess()
61 void DhcpController::DhcpControllerResultNotify::OnFailed(int status, const char *ifname, in OnFailed()
64 NETNATIVE_LOGE("Enter DhcpController in OnFailed()
67 DhcpController::DhcpController() DhcpController() function in OHOS::nmd::DhcpController
[all...]
H A Dnetsys_native_service.cpp138 dhcpController_ = std::make_unique<OHOS::nmd::DhcpController>(); in Init()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddhcp_controller.h24 class DhcpController { class
32 static void SetDhcpController(DhcpController *dhcpController);
34 static DhcpController *dhcpController_;
38 DhcpController();
39 ~DhcpController();
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddhcp_controller_test.cpp39 static inline auto instance_ = std::make_shared<DhcpController>();
80 std::unique_ptr<DhcpController::DhcpControllerResultNotify> notifier = in HWTEST_F()
81 std::make_unique<DhcpController::DhcpControllerResultNotify>(); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h215 std::unique_ptr<OHOS::nmd::DhcpController> dhcpController_ = nullptr;

Completed in 4 milliseconds