Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp591 const std::shared_ptr<std::set<std::string>> culledSensorList = in getChassis() local
594 &nodeSensorList, culledSensorList); in getChassis()
595 BMCWEB_LOG_DEBUG("Finishing with {}", culledSensorList->size()); in getChassis()
596 callback(culledSensorList); in getChassis()