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()
153 const auto& ifaces = InterfaceController::getIfaceNames();
894 const auto& ifaceList = InterfaceController::getIfaceNames(); in interfaceGetList()
413 const auto& ifaces = InterfaceController::getIfaceNames(); in flushInterfaces()
2630 const auto& res = InterfaceController::getIfaceNames(); in compareListInterface()