Searched refs:removeInterface (Results 1 – 11 of 11) sorted by relevance
45 int DummyNetwork::removeInterface(const std::string& /* interface */) { in removeInterface() function in android::net::DummyNetwork
33 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
34 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
49 int LocalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::LocalNetwork
51 virtual int removeInterface(const std::string& interface) WARN_UNUSED_RESULT = 0;
51 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
51 if (int ret = removeInterface(interface)) { in clearInterfaces()
110 int VirtualNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::VirtualNetwork
187 int PhysicalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::PhysicalNetwork
518 return getNetworkLocked(netId)->removeInterface(interface); in removeInterfaceFromNetwork()