Lines Matching refs:payLoadLength

552     constexpr auto payLoadLength = sizeof(pldm_get_fru_record_by_option_req);  in TEST()  local
554 std::array<uint8_t, sizeof(pldm_msg_hdr) + payLoadLength> request; in TEST()
560 recordType, fieldType, transferOpFlag, reqMsg, payLoadLength); in TEST()
580 constexpr auto payLoadLength = sizeof(pldm_get_fru_record_by_option_req); in TEST() local
583 payLoadLength); in TEST()
586 std::array<uint8_t, sizeof(pldm_msg_hdr) + payLoadLength> request; in TEST()
591 payLoadLength - 1); in TEST()
606 constexpr auto payLoadLength = sizeof(pldm_get_fru_record_by_option_req); in TEST() local
608 std::array<uint8_t, sizeof(pldm_msg_hdr) + payLoadLength> request; in TEST()
614 recordType, fieldType, transferOpFlag, reqMsg, payLoadLength); in TEST()
626 reqMsg, payLoadLength, &retDataTransferHandle, &retFruTableHandle, in TEST()
641 constexpr auto payLoadLength = sizeof(pldm_get_fru_record_by_option_req); in TEST() local
642 std::array<uint8_t, sizeof(pldm_msg_hdr) + payLoadLength> request{}; in TEST()
654 reqMsg, payLoadLength - 1, &retDataTransferHandle, &retFruTableHandle, in TEST()
661 reqMsg, payLoadLength - 1, nullptr, &retFruTableHandle, in TEST()
676 constexpr auto payLoadLength = in TEST() local
679 std::array<uint8_t, sizeof(pldm_msg_hdr) + payLoadLength> response; in TEST()
685 fruData.data(), fruData.size(), respMsg, payLoadLength); in TEST()
710 constexpr auto payLoadLength = in TEST() local
713 std::array<uint8_t, sizeof(pldm_msg_hdr) + payLoadLength> response; in TEST()
719 fruData.size(), respMsg, payLoadLength); in TEST()
725 fruData.data(), fruData.size(), respMsg, payLoadLength - 1); in TEST()
738 constexpr auto payLoadLength = in TEST() local
741 std::array<uint8_t, sizeof(pldm_msg_hdr) + payLoadLength> response; in TEST()
747 fruData.data(), fruData.size(), respMsg, payLoadLength); in TEST()
757 respMsg, payLoadLength, &retCompletionCode, &retDataTransferHandle, in TEST()
777 constexpr auto payLoadLength = in TEST() local
780 std::array<uint8_t, sizeof(pldm_msg_hdr) + payLoadLength> response; in TEST()
786 fruData.data(), fruData.size(), respMsg, payLoadLength); in TEST()
795 rc = decode_get_fru_record_by_option_resp(respMsg, payLoadLength, nullptr, in TEST()