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
195 return getEffecterRawValue<uint8_t>(pdr, currentValue, propertyType); in convertToDbusValue()
200 return getEffecterRawValue<int8_t>(pdr, currentValue, propertyType); in convertToDbusValue()
206 return getEffecterRawValue<uint16_t>(pdr, currentValue, propertyType); in convertToDbusValue()
211 return getEffecterRawValue<int16_t>(pdr, currentValue, propertyType); in convertToDbusValue()
217 return getEffecterRawValue<uint32_t>(pdr, currentValue, propertyType); in convertToDbusValue()
222 return getEffecterRawValue<int32_t>(pdr, currentValue, propertyType); in convertToDbusValue()