Home
last modified time | relevance | path

Searched refs:notifyInterfaceChanged (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/netd/server/
H A DNetlinkHandler.h46 void notifyInterfaceChanged(const std::string& ifName, bool isUp);
H A DNetlinkHandler.cpp128 notifyInterfaceChanged("nana", true); in onEvent()
247 void NetlinkHandler::notifyInterfaceChanged(const std::string& ifName, bool up) { in notifyInterfaceChanged() function in android::net::NetlinkHandler