Home
last modified time | relevance | path

Searched refs:DevInterfaceStateCallback (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_management.cpp48 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::DevInterfaceStateCallback::OnBandwidthReachedLimit(const std::string &limitName, in OnBandwidthReachedLimit()
134 ethDevInterfaceStateCallback_ = new (std::nothrow) DevInterfaceStateCallback(*thi in EthernetManagement()
[all...]
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_management.h45 class DevInterfaceStateCallback : public NetsysControllerCallback { class in OHOS::NetManagerStandard::EthernetManagement
47 DevInterfaceStateCallback(EthernetManagement &ethernetManagement) : ethernetManagement_(ethernetManagement) {} in DevInterfaceStateCallback() function in OHOS::NetManagerStandard::EthernetManagement::DevInterfaceStateCallback
48 ~DevInterfaceStateCallback() = default;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_manager_test.cpp399 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
411 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
423 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
432 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp399 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
411 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
423 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
432 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
441 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
450 EthernetManagement::DevInterfaceStateCallback devinterfacestatecallback(ethernetmanagement); in HWTEST_F()
595 EthernetManagement::DevInterfaceStateCallback devCallback(ethernetManagement); in HWTEST_F()
845 EthernetManagement::DevInterfaceStateCallback devCallback(ethernetManagement); in HWTEST_F()
936 EthernetManagement::DevInterfaceStateCallback devCallback(ethernetManagement); in HWTEST_F()

Completed in 4 milliseconds