Home
last modified time | relevance | path

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

/openbmc/openpower-debug-collector/dump/
H A Ddump_monitor.hpp84 auto statusIt = progressIt->second.find("Status"); in isInProgress() local
85 if (statusIt != progressIt->second.end()) in isInProgress()
87 std::string status = std::get<std::string>(statusIt->second); in isInProgress()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp288 auto statusIt = sensorJson.find("Status"); in getHealth() local
289 if (statusIt != sensorJson.end()) in getHealth()
291 auto healthIt = statusIt->find("Health"); in getHealth()
292 if (healthIt != statusIt->end()) in getHealth()