Searched refs:ShutdownType (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | shutdown_alarm_monitor.cpp | 34 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 D | types.hpp | 17 enum class ShutdownType enum 32 using AlarmKey = std::tuple<std::string, ShutdownType, AlarmType>;
|
H A D | alarm_timestamps.hpp | 195 static_cast<int>(std::get<ShutdownType>(key)), in save() 237 AlarmKey{path, static_cast<ShutdownType>(shutdownType), in load()
|
H A D | shutdown_alarm_monitor.hpp | 148 std::optional<ShutdownType>
|