Searched refs:responseMsgLength (Results 1 – 1 of 1) sorted by relevance
1088 static constexpr const size_t responseMsgLength = in TEST() local1091 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() local1146 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 …]