Home
last modified time | relevance | path

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

/system/netd/server/
DLocalNetwork.h31 [[nodiscard]] int removeInterface(const std::string& interface) override;
DDummyNetwork.cpp45 int DummyNetwork::removeInterface(const std::string& /* interface */) { in removeInterface() function in android::net::DummyNetwork
DDummyNetwork.h32 [[nodiscard]] int removeInterface(const std::string& interface) override;
DNetwork.h49 [[nodiscard]] virtual int removeInterface(const std::string& interface) = 0;
DLocalNetwork.cpp49 int LocalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::LocalNetwork
DVirtualNetwork.h48 [[nodiscard]] int removeInterface(const std::string& interface) override;
DPhysicalNetwork.h49 [[nodiscard]] int removeInterface(const std::string& interface) override;
DNetwork.cpp51 if (int ret = removeInterface(interface)) { in clearInterfaces()
DVirtualNetwork.cpp110 int VirtualNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::VirtualNetwork
DPhysicalNetwork.cpp183 int PhysicalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::PhysicalNetwork
DNetworkController.cpp535 return getNetworkLocked(netId)->removeInterface(interface); in removeInterfaceFromNetwork()