Home
last modified time | relevance | path

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

/system/netd/server/
DLocalNetwork.h31 [[nodiscard]] int removeInterface(const std::string& interface) override;
DLocalNetwork.cpp46 int LocalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::LocalNetwork
DVirtualNetwork.h46 [[nodiscard]] int removeInterface(const std::string& interface) override;
DPhysicalNetwork.h53 [[nodiscard]] int removeInterface(const std::string& interface) override;
DNetwork.h45 [[nodiscard]] virtual int removeInterface(const std::string&) { return -EINVAL; } in removeInterface() function
DVirtualNetwork.cpp82 int VirtualNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::VirtualNetwork
DNetwork.cpp53 if (int ret = removeInterface(interface)) { in clearInterfaces()
DPhysicalNetwork.cpp217 int PhysicalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::PhysicalNetwork
DNetworkController.cpp563 return getNetworkLocked(netId)->removeInterface(interface); in removeInterfaceFromNetwork()