Home
last modified time | relevance | path

Searched refs:pendingValue (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp2134 pendingValue{}; // maximum size for the pending Value is uint32 in parseResponseMsg()
2142 &effecterOperationalState, pendingValue.data(), in parseResponseMsg()
2163 *(reinterpret_cast<uint8_t*>(pendingValue.data())); in parseResponseMsg()
2171 *(reinterpret_cast<int8_t*>(pendingValue.data())); in parseResponseMsg()
2179 *(reinterpret_cast<uint16_t*>(pendingValue.data())); in parseResponseMsg()
2187 *(reinterpret_cast<int16_t*>(pendingValue.data())); in parseResponseMsg()
2195 *(reinterpret_cast<uint32_t*>(pendingValue.data())); in parseResponseMsg()
2203 *(reinterpret_cast<int32_t*>(pendingValue.data())); in parseResponseMsg()
/openbmc/libpldm/tests/dsp/
H A Dplatform.cpp2816 uint32_t pendingValue = 0x12345678; in TEST() local
2830 reinterpret_cast<uint8_t*>(&pendingValue), in TEST()
2850 EXPECT_EQ(pendingValue, val_pending); in TEST()
2862 uint8_t pendingValue = 0x01; in TEST() local
2872 0, PLDM_SUCCESS, 6, 9, reinterpret_cast<uint8_t*>(&pendingValue), in TEST()
2884 reinterpret_cast<uint8_t*>(&pendingValue), in TEST()
2900 uint16_t pendingValue = 0x4321; in TEST() local
2920 uint16_t pendingValue_le = htole16(pendingValue); in TEST()
2937 EXPECT_EQ(pendingValue, *(reinterpret_cast<uint16_t*>(retpendingValue))); in TEST()
2957 uint16_t pendingValue = 0x5678; in TEST() local
[all …]