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/lib/
H A Dsensors.hpp641 auto statusIt = sensorJson.find("Status"); in getHealth() local
642 if (statusIt != sensorJson.end()) in getHealth()
644 auto healthIt = statusIt->find("Health"); in getHealth()
645 if (healthIt != statusIt->end()) in getHealth()