Searched refs:notifyInterfaceAdded (Results 1 – 4 of 4) sorted by relevance
44 void notifyInterfaceAdded(const std::string& ifName);
123 notifyInterfaceAdded(iface); in onEvent()239 void NetlinkHandler::notifyInterfaceAdded(const std::string& ifName) { in notifyInterfaceAdded() function in android::net::NetlinkHandler
346 private void notifyInterfaceAdded(String iface) { in notifyInterfaceAdded() method in NetworkManagementService621 mDaemonHandler.post(() -> notifyInterfaceAdded(ifName)); in onInterfaceAdded()
2131 HPLcom/android/server/NetworkManagementService;->lambda$notifyInterfaceAdded$2(Ljava/lang/String;La…2143 HPLcom/android/server/NetworkManagementService;->notifyInterfaceAdded(Ljava/lang/String;)V