Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/dsp/
H A Dbase.cpp1088 static constexpr const size_t responseMsgLength = in TEST() local
1091 size_t payload_length = responseMsgLength; in TEST()
1096 std::array<uint8_t, responseMsgLength> responseMsg = { in TEST()
1121 PLDM_MSG_DEFINE_P(responsePtr, responseMsgLength); in TEST()
1131 EXPECT_EQ(payload_length, responseMsgLength); in TEST()
1144 static constexpr const size_t responseMsgLength = in TEST() local
1146 size_t payload_length = responseMsgLength; in TEST()
1151 std::array<uint8_t, responseMsgLength> responseMsg = { in TEST()
1158 PLDM_MSG_DEFINE_P(responsePtr, responseMsgLength); in TEST()
1167 EXPECT_EQ(payload_length, responseMsgLength); in TEST()
[all …]