Searched refs:addInterface (Results 1 – 5 of 5) sorted by relevance
38 Result res = mBridge.addInterface(name); in onInterfaceState()
30 Result addInterface(const std::string& interfaceName);
51 Result res = bridge.addInterface(ifName); in addBridgeInterfaces()
51 Result Bridge::addInterface(const std::string& interfaceName) { in addInterface() function in Bridge
202 return mBridge.addInterface(interface->second.ifName.c_str()); in onUnblock()