Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dwrapper_distributor.h46 void NotifyInterfaceChange(const std::string &ifName, bool isUp);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_distributor.cpp107 NotifyInterfaceChange(iface, true); in HandleSubSysNet()
198 void WrapperDistributor::NotifyInterfaceChange(const std::string &ifName, bool up) in NotifyInterfaceChange() function in OHOS::nmd::WrapperDistributor
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dwrapper_distributor_test.cpp250 instance_->NotifyInterfaceChange(ifName, false);