Searched refs:getIfaceNames (Results 1 – 6 of 6) sorted by relevance
62 static android::netdutils::StatusOr<std::vector<std::string>> getIfaceNames();
425 StatusOr<std::vector<std::string>> InterfaceController::getIfaceNames() { in getIfaceNames() function in android::net::InterfaceController445 ASSIGN_OR_RETURN(auto ifaceNames, getIfaceNames()); in getIfaceList()
182 StatusOr<std::vector<std::string>> ifaceNames = InterfaceController::getIfaceNames(); in TEST_F()
840 const auto& ifaceList = InterfaceController::getIfaceNames(); in interfaceGetList()
414 const auto& ifaces = InterfaceController::getIfaceNames(); in flushInterfaces()
2525 const auto& res = InterfaceController::getIfaceNames(); in compareListInterface()