Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbushelper.cpp170 auto findCriticalHigh = criticalMap.find("CriticalAlarmHigh"); in thresholdsAsserted() local
180 if (!asserted && findCriticalHigh != criticalMap.end()) in thresholdsAsserted()
182 asserted = std::get<bool>(findCriticalHigh->second); in thresholdsAsserted()