Searched defs:addInterface (Results 1 – 7 of 7) sorted by relevance
41 int DummyNetwork::addInterface(const std::string& /* interface */) { in addInterface() function in android::net::DummyNetwork
37 int LocalNetwork::addInterface(const std::string& interface) { in addInterface() function in android::net::LocalNetwork
97 int VirtualNetwork::addInterface(const std::string& interface) { in addInterface() function in android::net::VirtualNetwork
165 int PhysicalNetwork::addInterface(const std::string& interface) { in addInterface() function in android::net::PhysicalNetwork
194 Status WakeupController::addInterface(const std::string& ifName, const std::string& prefix, in addInterface() function in android::net::WakeupController
284 TEST_F(WakeupControllerTest, addInterface) { in TEST_F() argument
503 int TrafficController::addInterface(const char* name, uint32_t ifaceIndex) { in addInterface() function in android::net::TrafficController