Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dcollect_slot_vpd.cpp181 bool presentValue, uint8_t stateFiledvalue, const pldm_entity& entity) in processPresentPropertyChange() argument
197 if (presentValue) in processPresentPropertyChange()
214 "CURR_VAL", presentValue, "SENSOR_OP_STATE", (unsigned)sensorOpState); in processPresentPropertyChange()
H A Dcollect_slot_vpd.hpp135 bool presentValue, uint8_t stateFieldvalue, const pldm_entity& entity);
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp2137 presentValue{}; // maximum size for the present Value is uint32 in parseResponseMsg()
2143 presentValue.data()); in parseResponseMsg()
2165 *(reinterpret_cast<uint8_t*>(presentValue.data())); in parseResponseMsg()
2173 *(reinterpret_cast<int8_t*>(presentValue.data())); in parseResponseMsg()
2181 *(reinterpret_cast<uint16_t*>(presentValue.data())); in parseResponseMsg()
2189 *(reinterpret_cast<int16_t*>(presentValue.data())); in parseResponseMsg()
2197 *(reinterpret_cast<uint32_t*>(presentValue.data())); in parseResponseMsg()
2205 *(reinterpret_cast<int32_t*>(presentValue.data())); in parseResponseMsg()
/openbmc/libpldm/tests/dsp/
H A Dplatform.cpp3015 uint32_t presentValue = 0xabcdef11; in TEST() local
3030 reinterpret_cast<uint8_t*>(&presentValue), response, in TEST()
3049 EXPECT_EQ(presentValue, val_present); in TEST()
3061 uint8_t presentValue = 0x02; in TEST() local
3072 reinterpret_cast<uint8_t*>(&presentValue), response, in TEST()
3084 reinterpret_cast<uint8_t*>(&presentValue), response, in TEST()
3099 uint16_t presentValue = 0xdcba; in TEST() local
3121 uint16_t presentValue_le = htole16(presentValue); in TEST()
3137 EXPECT_EQ(presentValue, *(reinterpret_cast<uint16_t*>(retpresentValue))); in TEST()
3156 uint16_t presentValue = 0xcdef; in TEST() local
[all …]