Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp303 auto healthIt = statusIt->find("Health"); in getHealth() local
304 if (healthIt != statusIt->end()) in getHealth()
306 std::string* health = healthIt->get_ptr<std::string*>(); in getHealth()