Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dplatform_numeric_effecter.hpp36 getEffecterRawValue(const pldm_numeric_effecter_value_pdr* pdr, in getEffecterRawValue() function
194 return getEffecterRawValue<uint8_t>(pdr, currentValue, propertyType); in convertToDbusValue()
199 return getEffecterRawValue<int8_t>(pdr, currentValue, propertyType); in convertToDbusValue()
205 return getEffecterRawValue<uint16_t>(pdr, currentValue, propertyType); in convertToDbusValue()
210 return getEffecterRawValue<int16_t>(pdr, currentValue, propertyType); in convertToDbusValue()
216 return getEffecterRawValue<uint32_t>(pdr, currentValue, propertyType); in convertToDbusValue()
221 return getEffecterRawValue<int32_t>(pdr, currentValue, propertyType); in convertToDbusValue()