Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbushelper.cpp202 auto findWarningHigh = warningMap.find("WarningAlarmHigh"); in thresholdsAsserted() local
204 if (findWarningHigh != warningMap.end()) in thresholdsAsserted()
206 asserted = std::get<bool>(findWarningHigh->second); in thresholdsAsserted()