Searched defs:addInterface (Results 1 – 7 of 7) sorted by relevance
34 int LocalNetwork::addInterface(const std::string& interface) { in addInterface() function in android::net::LocalNetwork
44 [[nodiscard]] virtual int addInterface(const std::string&) { return -EINVAL; } in addInterface() function
66 int VirtualNetwork::addInterface(const std::string& interface) { in addInterface() function in android::net::VirtualNetwork
194 Status WakeupController::addInterface(const std::string& ifName, const std::string& prefix, in addInterface() function in android::net::WakeupController
193 int PhysicalNetwork::addInterface(const std::string& interface) { in addInterface() function in android::net::PhysicalNetwork
284 TEST_F(WakeupControllerTest, addInterface) { in TEST_F() argument
481 int TrafficController::addInterface(const char* name, uint32_t ifaceIndex) { in addInterface() function in android::net::TrafficController