Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dthermal.hpp64 fanCollections; in requestRoutesThermal() local
76 "Fans", fanCollections, // in requestRoutesThermal()
82 if (!temperatureCollections && !fanCollections) in requestRoutesThermal()
94 if (fanCollections) in requestRoutesThermal()
96 allCollections.emplace("Fans", *std::move(fanCollections)); in requestRoutesThermal()