Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dshutdown_alarm_monitor.cpp34 const std::map<ShutdownType, std::string> shutdownInterfaces{ variable
96 shutdownInterfaces.at(ShutdownType::hard) + "'", in ShutdownAlarmMonitor()
103 shutdownInterfaces.at(ShutdownType::soft) + "'", in ShutdownAlarmMonitor()
129 for (const auto& [shutdownType, interface] : shutdownInterfaces) in findAlarms()
151 const auto& interface = shutdownInterfaces.at(shutdownType); in checkAlarms()
474 shutdownInterfaces.begin(), shutdownInterfaces.end(), in getShutdownType()
477 if (it == shutdownInterfaces.end()) in getShutdownType()