Home
last modified time | relevance | path

Searched refs:EthernetDhcpController (Results 1 - 6 of 6) sorted by relevance

/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()
39 void EthernetDhcpController::EthernetDhcpControllerResultNotify::OnFailed(int status, const char *ifname, in OnFailed()
46 void EthernetDhcpController::EthernetDhcpControllerResultNotify::SetEthernetDhcpController( in SetEthernetDhcpController()
47 EthernetDhcpController *ethDhcpController) in SetEthernetDhcpController()
52 void EthernetDhcpController::RegisterDhcpCallback(sptr<EthernetDhcpCallback> callback) in RegisterDhcpCallback()
57 void EthernetDhcpController::StartClient(const std::string &iface, bool bIpv6) in StartClient()
72 void EthernetDhcpController::StopClient(const std::string &iface, bool bIpv6) in StopClient()
80 void EthernetDhcpController
[all...]
H A Dethernet_management.cpp128 ethDhcpController_ = std::make_unique<EthernetDhcpController>(); in EthernetManagement()
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_dhcp_controller.h29 class EthernetDhcpController { class
39 static void SetEthernetDhcpController(EthernetDhcpController *ethDhcpController);
41 static EthernetDhcpController *ethDhcpController_;
44 EthernetDhcpController() : dhcpResultNotify_(std::make_unique<EthernetDhcpControllerResultNotify>()) in EthernetDhcpController() function in OHOS::NetManagerStandard::EthernetDhcpController
49 ~EthernetDhcpController() = default;
H A Dethernet_management.h96 std::unique_ptr<EthernetDhcpController> ethDhcpController_ = nullptr;
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp529 EthernetDhcpController ethernetDhcpController; in HWTEST_F()
874 EthernetDhcpController dhcpController; in HWTEST_F()
884 EthernetDhcpController::EthernetDhcpControllerResultNotify ethernetDhcpControllerResultNotify; in HWTEST_F()
899 EthernetDhcpController dhcpController; in HWTEST_F()
/foundation/communication/netmanager_ext/test/ethernetmanager/fuzztest/ethernetclient_fuzzer/
H A Dethernet_client_fuzzer.cpp381 auto ethernetDhcpController = std::make_unique<EthernetDhcpController>(); in EthernetDhcpControllerFuzzTest()

Completed in 5 milliseconds