Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_management.cpp42 int32_t EthernetManagement::EhternetDhcpNotifyCallback::OnDhcpSuccess(EthernetDhcpCallback::DhcpResult &dhcpResult) in OnDhcpSuccess()
48 int32_t EthernetManagement::DevInterfaceStateCallback::OnInterfaceAddressUpdated(const std::string &, in OnInterfaceAddressUpdated()
54 int32_t EthernetManagement::DevInterfaceStateCallback::OnInterfaceAddressRemoved(const std::string &, in OnInterfaceAddressRemoved()
60 int32_t EthernetManagement::DevInterfaceStateCallback::OnInterfaceAdded(const std::string &iface) in OnInterfaceAdded()
72 int32_t EthernetManagement::DevInterfaceStateCallback::OnInterfaceRemoved(const std::string &iface) in OnInterfaceRemoved()
84 int32_t EthernetManagement::DevInterfaceStateCallback::OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged()
89 int32_t EthernetManagement::DevInterfaceStateCallback::OnInterfaceLinkStateChanged(const std::string &ifName, bool up) in OnInterfaceLinkStateChanged()
103 int32_t EthernetManagement::DevInterfaceStateCallback::OnRouteChanged(bool, const std::string &, const std::string &, in OnRouteChanged()
109 int32_t EthernetManagement::DevInterfaceStateCallback::OnDhcpSuccess(NetsysControllerCallback::DhcpResult &dhcpResult) in OnDhcpSuccess()
114 int32_t EthernetManagement
126 EthernetManagement::EthernetManagement() EthernetManagement() function in OHOS::NetManagerStandard::EthernetManagement
[all...]
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_management.h33 class EthernetManagement { class
37 EhternetDhcpNotifyCallback(EthernetManagement &ethernetManagement) : ethernetManagement_(ethernetManagement) {} in EhternetDhcpNotifyCallback()
41 EthernetManagement &ethernetManagement_;
47 DevInterfaceStateCallback(EthernetManagement &ethernetManagement) : ethernetManagement_(ethernetManagement) {} in DevInterfaceStateCallback()
60 EthernetManagement &ethernetManagement_;
64 static EthernetManagement& GetInstance();
79 EthernetManagement();
80 ~EthernetManagement();
81 EthernetManagement(const EthernetManagement
[all...]
H A Dethernet_service.h104 EthernetManagement& ethManagement_ = EthernetManagement::GetInstance();
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp398 EthernetManagement ethernetmanagement; in HWTEST_F()
399 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
410 EthernetManagement ethernetmanagement; in HWTEST_F()
411 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
422 EthernetManagement ethernetmanagement; in HWTEST_F()
423 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
431 EthernetManagement ethernetmanagement; in HWTEST_F()
432 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
440 EthernetManagement ethernetmanagement; in HWTEST_F()
441 EthernetManagement in HWTEST_F()
[all...]
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_manager_test.cpp398 EthernetManagement ethernetmanagement; in HWTEST_F()
399 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
410 EthernetManagement ethernetmanagement; in HWTEST_F()
411 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
422 EthernetManagement ethernetmanagement; in HWTEST_F()
423 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
431 EthernetManagement ethernetmanagement; in HWTEST_F()
432 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
/foundation/communication/netmanager_ext/test/ethernetmanager/fuzztest/ethernetclient_fuzzer/
H A Dethernet_client_fuzzer.cpp342 auto ethernetManagement = std::make_unique<EthernetManagement>(); in EthernetManagementFuzzTest()

Completed in 6 milliseconds