Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbushelper.cpp169 auto findCriticalLow = criticalMap.find("CriticalAlarmLow"); in thresholdsAsserted() local
173 if (findCriticalLow != criticalMap.end()) in thresholdsAsserted()
175 asserted = std::get<bool>(findCriticalLow->second); in thresholdsAsserted()