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

/system/netd/server/
H A DDummyNetwork.cpp42 int DummyNetwork::removeInterface(const std::string& /* interface */) { function in class:DummyNetwork
H A DDummyNetwork.h31 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
H A DLocalNetwork.h30 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
H A DLocalNetwork.cpp46 int LocalNetwork::removeInterface(const std::string& interface) { function in class:LocalNetwork
H A DNetwork.cpp42 // Make a copy of the string, so removeInterface() doesn't lose its parameter when it
45 if (int ret = removeInterface(interface)) {
H A DNetwork.h48 virtual int removeInterface(const std::string& interface) WARN_UNUSED_RESULT = 0;
H A DVirtualNetwork.h45 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
H A DPhysicalNetwork.h48 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
H A DVirtualNetwork.cpp84 int VirtualNetwork::removeInterface(const std::string& interface) { function in class:VirtualNetwork
H A DPhysicalNetwork.cpp142 int PhysicalNetwork::removeInterface(const std::string& interface) { function in class:PhysicalNetwork
H A DNetworkController.cpp387 return getNetworkLocked(netId)->removeInterface(interface);

Completed in 59 milliseconds