Home
last modified time | relevance | path

Searched refs:EthernetDhcpControllerResultNotify (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_dhcp_controller.h31 class EthernetDhcpControllerResultNotify { class in OHOS::NetManagerStandard::EthernetDhcpController
33 EthernetDhcpControllerResultNotify() in EthernetDhcpControllerResultNotify() function in OHOS::NetManagerStandard::EthernetDhcpController::EthernetDhcpControllerResultNotify
36 ~EthernetDhcpControllerResultNotify() = default;
44 EthernetDhcpController() : dhcpResultNotify_(std::make_unique<EthernetDhcpControllerResultNotify>()) in EthernetDhcpController()
46 clientEvent.OnIpSuccessChanged = EthernetDhcpControllerResultNotify::OnSuccess; in EthernetDhcpController()
47 clientEvent.OnIpFailChanged = EthernetDhcpControllerResultNotify::OnFailed; in EthernetDhcpController()
58 std::unique_ptr<EthernetDhcpControllerResultNotify> dhcpResultNotify_ = nullptr;
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_dhcp_controller.cpp24 EthernetDhcpController *EthernetDhcpController::EthernetDhcpControllerResultNotify::ethDhcpController_ = nullptr;
25 void EthernetDhcpController::EthernetDhcpControllerResultNotify::OnSuccess(int status, const char *ifname, in OnSuccess()
34 NETMGR_EXT_LOG_I("EthernetDhcpControllerResultNotify OnSuccess."); in OnSuccess()
39 void EthernetDhcpController::EthernetDhcpControllerResultNotify::OnFailed(int status, const char *ifname, in OnFailed()
42 NETMGR_EXT_LOG_I("EthernetDhcpControllerResultNotify OnFailed."); in OnFailed()
46 void EthernetDhcpController::EthernetDhcpControllerResultNotify::SetEthernetDhcpController( in SetEthernetDhcpController()
59 clientEvent.OnIpSuccessChanged = EthernetDhcpControllerResultNotify::OnSuccess; in StartClient()
60 clientEvent.OnIpFailChanged = EthernetDhcpControllerResultNotify::OnFailed; in StartClient()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp884 EthernetDhcpController::EthernetDhcpControllerResultNotify ethernetDhcpControllerResultNotify; in HWTEST_F()

Completed in 4 milliseconds