Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp644 auto healthIt = statusIt->find("Health"); in getHealth() local
645 if (healthIt != statusIt->end()) in getHealth()
647 std::string* health = healthIt->get_ptr<std::string*>(); in getHealth()