Home
last modified time | relevance | path

Searched defs:removeInterface (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/netd/server/
H A DLocalNetwork.cpp46 int LocalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::LocalNetwork
H A DNetwork.h45 [[nodiscard]] virtual int removeInterface(const std::string&) { return -EINVAL; } in removeInterface() function
H A DVirtualNetwork.cpp79 int VirtualNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::VirtualNetwork
H A DPhysicalNetwork.cpp211 int PhysicalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::PhysicalNetwork
/aosp12/frameworks/base/lowpan/java/android/net/lowpan/
H A DILowpanManager.aidl35 void removeInterface(ILowpanInterface lowpan_interface); in removeInterface() method
/aosp12/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java181 void removeInterface(String interfaceName) { in removeInterface() method
H A DEthernetTracker.java274 private void removeInterface(String iface) { in removeInterface() method in EthernetTracker