Searched refs:removeInterface (Results 1 – 9 of 9) sorted by relevance
31 [[nodiscard]] int removeInterface(const std::string& interface) override;
46 int LocalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::LocalNetwork
46 [[nodiscard]] int removeInterface(const std::string& interface) override;
53 [[nodiscard]] int removeInterface(const std::string& interface) override;
45 [[nodiscard]] virtual int removeInterface(const std::string&) { return -EINVAL; } in removeInterface() function
82 int VirtualNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::VirtualNetwork
53 if (int ret = removeInterface(interface)) { in clearInterfaces()
217 int PhysicalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::PhysicalNetwork
563 return getNetworkLocked(netId)->removeInterface(interface); in removeInterfaceFromNetwork()