Home
last modified time | relevance | path

Searched refs:allCollections (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dthermal.hpp67 allCollections; in requestRoutesThermal() local
91 allCollections.emplace("Temperatures", in requestRoutesThermal()
96 allCollections.emplace("Fans", *std::move(fanCollections)); in requestRoutesThermal()
98 setSensorsOverride(sensorsAsyncResp, allCollections); in requestRoutesThermal()
H A Dpower.hpp329 allCollections; in handleChassisPowerPatch() local
330 allCollections.emplace("Voltages", std::move(*voltageCollections)); in handleChassisPowerPatch()
331 setSensorsOverride(sensorAsyncResp, allCollections); in handleChassisPowerPatch()
H A Dsensors.hpp2163 allCollections) in setSensorsOverride()
2172 for (auto& collectionItems : allCollections) in setSensorsOverride()