Searched refs:SensorTypeCodes (Results 1 – 4 of 4) sorted by relevance
| /openbmc/fb-ipmi-oem/include/ |
| H A D | sensorutils.hpp | 44 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/phosphor-host-ipmid/dbus-sdr/ |
| H A D | sdrutils.cpp | 52 const char*, std::pair<SensorTypeCodes, SensorEventTypeCodes>, CmpStr> 54 {{"temperature", std::make_pair(SensorTypeCodes::temperature, 56 {"voltage", std::make_pair(SensorTypeCodes::voltage, 58 {"current", std::make_pair(SensorTypeCodes::current, 60 {"fan_tach", std::make_pair(SensorTypeCodes::fan, 62 {"fan_pwm", std::make_pair(SensorTypeCodes::fan, 64 {"intrusion", std::make_pair(SensorTypeCodes::physicalSecurity, 66 {"processor", std::make_pair(SensorTypeCodes::processor, 68 {"power", std::make_pair(SensorTypeCodes::other, 70 {"memory", std::make_pair(SensorTypeCodes::memory, [all …]
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | sdrutils.hpp | 350 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 D | sdrutils.hpp | 304 enum class SensorTypeCodes : uint8_t enum 330 const char*, std::pair<SensorTypeCodes, SensorEventTypeCodes>, CmpStr>
|