Lines Matching refs:NetlinkHandler

71 NetlinkHandler::NetlinkHandler(NetlinkManager *nm, int listenerSocket,  in NetlinkHandler()  function in android::net::NetlinkHandler
77 NetlinkHandler::~NetlinkHandler() { in ~NetlinkHandler()
80 int NetlinkHandler::start() { in start()
84 int NetlinkHandler::stop() { in stop()
100 void NetlinkHandler::onEvent(NetlinkEvent *evt) { in onEvent()
235 void NetlinkHandler::notifyInterfaceAdded(const std::string& ifName) { in notifyInterfaceAdded()
239 void NetlinkHandler::notifyInterfaceRemoved(const std::string& ifName) { in notifyInterfaceRemoved()
243 void NetlinkHandler::notifyInterfaceChanged(const std::string& ifName, bool up) { in notifyInterfaceChanged()
247 void NetlinkHandler::notifyInterfaceLinkChanged(const std::string& ifName, bool up) { in notifyInterfaceLinkChanged()
251 void NetlinkHandler::notifyQuotaLimitReached(const std::string& labelName, in notifyQuotaLimitReached()
256 void NetlinkHandler::notifyInterfaceClassActivityChanged(int label, bool isActive, in notifyInterfaceClassActivityChanged()
261 void NetlinkHandler::notifyAddressUpdated(const std::string& addr, const std::string& ifName, in notifyAddressUpdated()
266 void NetlinkHandler::notifyAddressRemoved(const std::string& addr, const std::string& ifName, in notifyAddressRemoved()
271 void NetlinkHandler::notifyInterfaceDnsServers(const std::string& ifName, int64_t lifetime, in notifyInterfaceDnsServers()
276 void NetlinkHandler::notifyRouteChange(bool updated, const std::string& route, in notifyRouteChange()
281 void NetlinkHandler::notifyStrictCleartext(uid_t uid, const std::string& hex) { in notifyStrictCleartext()