Lines Matching refs:responseMsgLength
1088 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()
1180 static constexpr const size_t responseMsgLength = in TEST() local
1182 size_t payload_length = responseMsgLength; in TEST()
1189 PLDM_MSG_DEFINE_P(responsePtr, responseMsgLength); in TEST()
1213 static constexpr const size_t responseMsgLength = in TEST() local
1216 size_t payload_length = responseMsgLength; in TEST()
1222 PLDM_MSG_DEFINE_P(responsePtr, responseMsgLength); in TEST()
1256 static constexpr const size_t responseMsgLength = in TEST() local
1258 size_t payload_length = responseMsgLength; in TEST()
1264 PLDM_MSG_DEFINE_P(responsePtr, responseMsgLength); in TEST()