Searched defs:rawValue (Results 1 – 7 of 7) sorted by relevance
/openbmc/pldm/libpldmresponder/ |
H A D | platform_numeric_effecter.hpp | 47 auto rawValue = static_cast<uint8_t>( in getEffecterRawValue() local 70 auto rawValue = static_cast<int8_t>( in getEffecterRawValue() local 83 auto rawValue = static_cast<uint16_t>( in getEffecterRawValue() local 106 auto rawValue = static_cast<int16_t>( in getEffecterRawValue() local 129 auto rawValue = static_cast<uint32_t>( in getEffecterRawValue() local 152 auto rawValue = static_cast<int32_t>( in getEffecterRawValue() local
|
/openbmc/pldm/platform-mc/test/ |
H A D | event_manager_test.cpp | 515 double rawValue, bool newAlarm, bool assert) { in TEST() 536 double rawValue, bool newAlarm, bool assert) { in TEST() 557 double rawValue, bool newAlarm, bool assert) { in TEST() 585 double rawValue, bool newAlarm, bool assert) { in TEST() 624 double rawValue, bool newAlarm, bool assert) { in TEST() 645 double rawValue, bool newAlarm, bool assert) { in TEST() 666 double rawValue, bool newAlarm, bool assert) { in TEST() 694 double rawValue, bool newAlarm, bool assert) { in TEST() 733 double rawValue, bool newAlarm, bool assert) { in TEST()
|
/openbmc/google-misc/subprojects/nemora-postd/src/ |
H A D | host_manager.cpp | 52 uint64_t rawValue = in DbusHandleSignal() local
|
/openbmc/pldm/platform-mc/ |
H A D | dbus_to_terminus_effecters.cpp | 391 double rawValue = adjustValue(val, propValues.offset, propValues.resolution, in processTerminusNumericEffecterChangeNotification() local 471 double rawValue) in setTerminusNumericEffecter()
|
H A D | event_manager.cpp | 258 double rawValue, bool newAlarm, bool assert) { in processNumericSensorEvent()
|
H A D | numeric_sensor.cpp | 1101 double rawValue, bool newAlarm, bool assert) in triggerThresholdEvent()
|
/openbmc/dbus-sensors/src/ |
H A D | sensor.hpp | 115 double rawValue = std::numeric_limits<double>::quiet_NaN(); member
|