Home
last modified time | relevance | path

Searched refs:sortedPaths (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dchassis.cpp1234 std::vector<std::string> sortedPaths; in isRequiredPSU() local
1235 std::for_each(psus.begin(), psus.end(), [&sortedPaths](const auto& psu) { in isRequiredPSU()
1238 sortedPaths.push_back(psu->getInventoryPath()); in isRequiredPSU()
1241 std::sort(sortedPaths.begin(), sortedPaths.end()); in isRequiredPSU()
1244 for (const auto& path : sortedPaths) in isRequiredPSU()
H A Dpsu_manager.cpp1184 std::vector<std::string> sortedPaths; in isRequiredPSU() local
1185 std::for_each(psus.begin(), psus.end(), [&sortedPaths](const auto& psu) { in isRequiredPSU()
1188 sortedPaths.push_back(psu->getInventoryPath()); in isRequiredPSU()
1191 std::sort(sortedPaths.begin(), sortedPaths.end()); in isRequiredPSU()
1194 for (const auto& path : sortedPaths) in isRequiredPSU()