Searched refs:removeInterface (Results 1 – 11 of 11) sorted by relevance
31 [[nodiscard]] int removeInterface(const std::string& interface) override;
45 int DummyNetwork::removeInterface(const std::string& /* interface */) { in removeInterface() function in android::net::DummyNetwork
32 [[nodiscard]] int removeInterface(const std::string& interface) override;
49 [[nodiscard]] virtual int removeInterface(const std::string& interface) = 0;
49 int LocalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::LocalNetwork
48 [[nodiscard]] int removeInterface(const std::string& interface) override;
49 [[nodiscard]] int removeInterface(const std::string& interface) override;
51 if (int ret = removeInterface(interface)) { in clearInterfaces()
110 int VirtualNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::VirtualNetwork
183 int PhysicalNetwork::removeInterface(const std::string& interface) { in removeInterface() function in android::net::PhysicalNetwork
535 return getNetworkLocked(netId)->removeInterface(interface); in removeInterfaceFromNetwork()