Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_dhcp_controller.h31 class EthernetDhcpControllerResultNotify {
33 EthernetDhcpControllerResultNotify() in EthernetDhcpControllerResultNotify() function
36 ~EthernetDhcpControllerResultNotify() = default;
44 …thernetDhcpController() : 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;
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_dhcp_controller.cpp24 EthernetDhcpController *EthernetDhcpController::EthernetDhcpControllerResultNotify::ethDhcpControll…
25 void EthernetDhcpController::EthernetDhcpControllerResultNotify::OnSuccess(int status, const char *… in OnSuccess()
39 void EthernetDhcpController::EthernetDhcpControllerResultNotify::OnFailed(int status, const char *i… in OnFailed()
46 void EthernetDhcpController::EthernetDhcpControllerResultNotify::SetEthernetDhcpController( in SetEthernetDhcpController()
59 clientEvent.OnIpSuccessChanged = EthernetDhcpControllerResultNotify::OnSuccess; in StartClient()
60 clientEvent.OnIpFailChanged = EthernetDhcpControllerResultNotify::OnFailed; in StartClient()
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp884 EthernetDhcpController::EthernetDhcpControllerResultNotify ethernetDhcpControllerResultNotify;