Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dcollection.hpp63 std::vector<std::string> pathNames; in handleCollectionMembers() local
72 pathNames.push_back(leaf); in handleCollectionMembers()
74 std::ranges::sort(pathNames, AlphanumLess<std::string>()); in handleCollectionMembers()
78 for (const std::string& leaf : pathNames) in handleCollectionMembers()
H A Dsystems_utils.hpp77 std::vector<std::string> pathNames; in handleSystemCollectionMembers() local
86 pathNames.emplace_back(leaf); in handleSystemCollectionMembers()
88 std::ranges::sort(pathNames, AlphanumLess<std::string>()); in handleSystemCollectionMembers()
90 for (const std::string& systemName : pathNames) in handleSystemCollectionMembers()