Home
last modified time | relevance | path

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

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