Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp583 ethernetManagement.UpdateInterfaceState(DEV_NAME, true); in HWTEST_F()
584 ethernetManagement.UpdateInterfaceState(DEV_NAME, false); in HWTEST_F()
647 ethernetManagement.UpdateInterfaceState(dev, true); in HWTEST_F()
691 ethernetManagement.UpdateInterfaceState(DEV_NAME, true); in HWTEST_F()
692 ethernetManagement.UpdateInterfaceState(DEV_NAME, false); in HWTEST_F()
705 ethernetManagement.UpdateInterfaceState(DEV_NAME, false); in HWTEST_F()
719 ethernetManagement.UpdateInterfaceState(DEV_NAME, true); in HWTEST_F()
734 ethernetManagement.UpdateInterfaceState(DEV_NAME, true); in HWTEST_F()
749 ethernetManagement.UpdateInterfaceState(DEV_NAME, true); in HWTEST_F()
764 ethernetManagement.UpdateInterfaceState(DEV_NAM in HWTEST_F()
[all...]
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_management.h67 void UpdateInterfaceState(const std::string &dev, bool up);
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_management.cpp94 ethernetManagement_.UpdateInterfaceState(ifName, up); in OnInterfaceLinkStateChanged()
142 void EthernetManagement::UpdateInterfaceState(const std::string &dev, bool up) in UpdateInterfaceState() function in OHOS::NetManagerStandard::EthernetManagement
144 NETMGR_EXT_LOG_D("EthernetManagement UpdateInterfaceState dev[%{public}s] up[%{public}d]", dev.c_str(), up); in UpdateInterfaceState()
158 NETMGR_EXT_LOG_D("EthernetManagement UpdateInterfaceState mode[%{public}d] dhcpReqState[%{public}d]", in UpdateInterfaceState()
456 UpdateInterfaceState(iface, true); in IsIfaceLinkUp()
/foundation/communication/netmanager_ext/test/ethernetmanager/fuzztest/ethernetclient_fuzzer/
H A Dethernet_client_fuzzer.cpp348 ethernetManagement->UpdateInterfaceState(dev, up); in EthernetManagementFuzzTest()

Completed in 4 milliseconds