Searched refs:getIfaceNames (Results 1 – 7 of 7) sorted by relevance
62 static android::netdutils::StatusOr<std::vector<std::string>> getIfaceNames();
419 StatusOr<std::vector<std::string>> InterfaceController::getIfaceNames() { in getIfaceNames() function in android::net::InterfaceController439 ASSIGN_OR_RETURN(auto ifaceNames, getIfaceNames()); in getIfaceList()
182 StatusOr<std::vector<std::string>> ifaceNames = InterfaceController::getIfaceNames(); in TEST_F()
151 const auto& ifaces = InterfaceController::getIfaceNames();
413 const auto& ifaces = InterfaceController::getIfaceNames(); in flushInterfaces()
856 const auto& ifaceList = InterfaceController::getIfaceNames(); in interfaceGetList()
2688 const auto& res = InterfaceController::getIfaceNames(); in compareListInterface()