Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DNetlinkHandler.cpp130 notifyInterfaceLinkChanged(iface, true); in onEvent()
132 notifyInterfaceLinkChanged(iface, false); in onEvent()
251 void NetlinkHandler::notifyInterfaceLinkChanged(const std::string& ifName, bool up) { in notifyInterfaceLinkChanged() function in android::net::NetlinkHandler
H A DNetlinkHandler.h47 void notifyInterfaceLinkChanged(const std::string& ifName, bool isUp);