Searched refs:presentValue (Results 1 – 4 of 4) sorted by relevance
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | collect_slot_vpd.cpp | 181 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 D | collect_slot_vpd.hpp | 135 bool presentValue, uint8_t stateFieldvalue, const pldm_entity& entity);
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_platform_cmd.cpp | 2137 presentValue{}; // maximum size for the present Value is uint32 in parseResponseMsg() 2143 presentValue.data()); in parseResponseMsg() 2164 output["presentValue"] = in parseResponseMsg() 2165 *(reinterpret_cast<uint8_t*>(presentValue.data())); in parseResponseMsg() 2172 output["presentValue"] = in parseResponseMsg() 2173 *(reinterpret_cast<int8_t*>(presentValue.data())); in parseResponseMsg() 2180 output["presentValue"] = in parseResponseMsg() 2181 *(reinterpret_cast<uint16_t*>(presentValue.data())); in parseResponseMsg() 2188 output["presentValue"] = in parseResponseMsg() 2189 *(reinterpret_cast<int16_t*>(presentValue in parseResponseMsg() [all...] |
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 3007 uint32_t presentValue = 0xabcdef11; in TEST() local 3022 reinterpret_cast<uint8_t*>(&presentValue), response, in TEST() 3041 EXPECT_EQ(presentValue, val_present); in TEST() 3053 uint8_t presentValue = 0x02; in TEST() local 3064 reinterpret_cast<uint8_t*>(&presentValue), response, in TEST() 3076 reinterpret_cast<uint8_t*>(&presentValue), response, in TEST() 3091 uint16_t presentValue = 0xdcba; in TEST() local 3113 uint16_t presentValue_le = htole16(presentValue); in TEST() 3129 EXPECT_EQ(presentValue, *(reinterpret_cast<uint16_t*>(retpresentValue))); in TEST() 3148 uint16_t presentValue = 0xcdef; in TEST() local [all …]
|