Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dshutdown_alarm_monitor.cpp34 const std::map<ShutdownType, std::string> shutdownInterfaces{
39 {ShutdownType::hard,
42 {ShutdownType::soft,
47 {ShutdownType::hard,
49 {ShutdownType::soft,
53 {ShutdownType::hard,
58 {ShutdownType::soft,
64 const std::map<ShutdownType, std::map<AlarmType, std::string>>
66 {ShutdownType::hard,
71 {ShutdownType::soft,
[all …]
H A Dtypes.hpp17 enum class ShutdownType enum
32 using AlarmKey = std::tuple<std::string, ShutdownType, AlarmType>;
H A Dalarm_timestamps.hpp195 static_cast<int>(std::get<ShutdownType>(key)), in save()
237 AlarmKey{path, static_cast<ShutdownType>(shutdownType), in load()
H A Dshutdown_alarm_monitor.hpp148 std::optional<ShutdownType>