Home
last modified time | relevance | path

Searched refs:DhcpControllerResultNotify (Results 1 - 3 of 3) 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() function in OHOS::nmd::DhcpController::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::DhcpControllerResultNotify in OnFailed()
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddhcp_controller.h26 class DhcpControllerResultNotify { class in OHOS::nmd::DhcpController
28 explicit DhcpControllerResultNotify();
29 ~DhcpControllerResultNotify();
51 std::unique_ptr<DhcpControllerResultNotify> dhcpResultNotify_ = nullptr;
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddhcp_controller_test.cpp80 std::unique_ptr<DhcpController::DhcpControllerResultNotify> notifier = in HWTEST_F()
81 std::make_unique<DhcpController::DhcpControllerResultNotify>(); in HWTEST_F()

Completed in 2 milliseconds