Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsdrutils.cpp45 {"voltage", std::make_pair(SensorTypeCodes::voltage,
47 {"current", std::make_pair(SensorTypeCodes::current,
49 {"fan_tach", std::make_pair(SensorTypeCodes::fan,
51 {"fan_pwm", std::make_pair(SensorTypeCodes::fan,
57 {"power", std::make_pair(SensorTypeCodes::other,
59 {"memory", std::make_pair(SensorTypeCodes::memory,
61 {"state", std::make_pair(SensorTypeCodes::power_unit,
63 {"buttons", std::make_pair(SensorTypeCodes::buttons,
65 {"watchdog", std::make_pair(SensorTypeCodes::watchdog2,
67 {"entity", std::make_pair(SensorTypeCodes::entity,
[all …]
/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp44 enum class SensorTypeCodes : uint8_t enum
121 const static boost::container::flat_map<const char*, SensorTypeCodes, CmpStr>
122 sensorTypes{{{"temperature", SensorTypeCodes::temperature},
123 {"voltage", SensorTypeCodes::voltage},
124 {"current", SensorTypeCodes::current},
125 {"fan_tach", SensorTypeCodes::fan},
126 {"fan_pwm", SensorTypeCodes::fan},
127 {"power", SensorTypeCodes::other}}};
/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp350 enum class SensorTypeCodes : uint8_t enum
360 const static boost::container::flat_map<const char*, SensorTypeCodes, CmpStr>
361 sensorTypes{{{"temperature", SensorTypeCodes::temperature},
362 {"voltage", SensorTypeCodes::voltage},
363 {"current", SensorTypeCodes::current},
364 {"fan_tach", SensorTypeCodes::fan},
365 {"fan_pwm", SensorTypeCodes::fan},
366 {"power", SensorTypeCodes::other}}};
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsdrutils.hpp304 enum class SensorTypeCodes : uint8_t enum
330 const char*, std::pair<SensorTypeCodes, SensorEventTypeCodes>, CmpStr>