Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Daggregation_utils.hpp23 constexpr std::array<std::string_view, 58> topCollections{ variable
H A Dredfish_aggregator.hpp141 const auto* it = std::ranges::lower_bound(topCollections, url); in searchCollectionsArray()
142 if (it == topCollections.end()) in searchCollectionsArray()
256 if (std::ranges::binary_search(topCollections, in addPrefixToStringItem()
754 topCollections, std::string_view(currentUrl.buffer()))) in aggregateAndHandle()
1358 topCollections, std::string_view(currentUrl.buffer()))) in beginAggregation()
1394 if (std::ranges::binary_search(topCollections, in beginAggregation()