Home
last modified time | relevance | path

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

/device/generic/goldfish/network/netmgr/
Dbridge.h31 Result removeInterface(const std::string& interfaceName);
Dbridge.cpp55 Result Bridge::removeInterface(const std::string& interfaceName) { in removeInterface() function in Bridge
/device/generic/goldfish/network/netmgr/commands/
Dwifi_command.cpp193 return mBridge.removeInterface(interface->second.ifName.c_str()); in onBlock()