Searched refs:pendingValue (Results 1 – 2 of 2) sorted by relevance
/openbmc/pldm/pldmtool/ |
H A D | pldm_platform_cmd.cpp | 2134 pendingValue{}; // maximum size for the pending Value is uint32 in parseResponseMsg() 2142 &effecterOperationalState, pendingValue.data(), in parseResponseMsg() 2162 output["pendingValue"] = in parseResponseMsg() 2163 *(reinterpret_cast<uint8_t*>(pendingValue.data())); in parseResponseMsg() 2170 output["pendingValue"] = in parseResponseMsg() 2171 *(reinterpret_cast<int8_t*>(pendingValue.data())); in parseResponseMsg() 2178 output["pendingValue"] = in parseResponseMsg() 2179 *(reinterpret_cast<uint16_t*>(pendingValue.data())); in parseResponseMsg() 2186 output["pendingValue"] = in parseResponseMsg() 2187 *(reinterpret_cast<int16_t*>(pendingValue in parseResponseMsg() [all...] |
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 3006 uint32_t pendingValue = 0x12345678; in TEST() local 3020 reinterpret_cast<uint8_t*>(&pendingValue), in TEST() 3040 EXPECT_EQ(pendingValue, val_pending); in TEST() 3052 uint8_t pendingValue = 0x01; in TEST() local 3062 0, PLDM_SUCCESS, 6, 9, reinterpret_cast<uint8_t*>(&pendingValue), in TEST() 3074 reinterpret_cast<uint8_t*>(&pendingValue), in TEST() 3090 uint16_t pendingValue = 0x4321; in TEST() local 3110 uint16_t pendingValue_le = htole16(pendingValue); in TEST() 3127 EXPECT_EQ(pendingValue, *(reinterpret_cast<uint16_t*>(retpendingValue))); in TEST() 3147 uint16_t pendingValue = 0x5678; in TEST() local [all …]
|