Home
last modified time | relevance | path

Searched defs:rawValue (Results 1 – 7 of 7) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dplatform_numeric_effecter.hpp47 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 Devent_manager_test.cpp515 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 Dhost_manager.cpp52 uint64_t rawValue = in DbusHandleSignal() local
/openbmc/pldm/platform-mc/
H A Ddbus_to_terminus_effecters.cpp391 double rawValue = adjustValue(val, propValues.offset, propValues.resolution, in processTerminusNumericEffecterChangeNotification() local
471 double rawValue) in setTerminusNumericEffecter()
H A Devent_manager.cpp258 double rawValue, bool newAlarm, bool assert) { in processNumericSensorEvent()
H A Dnumeric_sensor.cpp1101 double rawValue, bool newAlarm, bool assert) in triggerThresholdEvent()
/openbmc/dbus-sensors/src/
H A Dsensor.hpp115 double rawValue = std::numeric_limits<double>::quiet_NaN(); member