Searched refs:getEffecterRawValue (Results 1 – 1 of 1) sorted by relevance
/openbmc/pldm/libpldmresponder/ |
H A D | platform_numeric_effecter.hpp | 35 std::pair<int, std::optional<pldm::utils::PropertyValue>> getEffecterRawValue( 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()
|