Home
last modified time | relevance | path

Searched refs:removeInterface (Results 1 – 11 of 11) sorted by relevance

/system/netd/server/
DDummyNetwork.cpp45 int DummyNetwork::removeInterface(const std::string& /* interface */) { in removeInterface() function in android::net::DummyNetwork
DLocalNetwork.h33 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
DDummyNetwork.h34 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
DLocalNetwork.cpp49 int LocalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::LocalNetwork
DNetwork.h51 virtual int removeInterface(const std::string& interface) WARN_UNUSED_RESULT = 0;
DVirtualNetwork.h51 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
DNetwork.cpp51 if (int ret = removeInterface(interface)) { in clearInterfaces()
DPhysicalNetwork.h51 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
DVirtualNetwork.cpp110 int VirtualNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::VirtualNetwork
DPhysicalNetwork.cpp187 int PhysicalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::PhysicalNetwork
DNetworkController.cpp518 return getNetworkLocked(netId)->removeInterface(interface); in removeInterfaceFromNetwork()