Lines Matching refs:respMsg
681 auto respMsg = reinterpret_cast<pldm_msg*>(response.data()); in TEST() local
685 fruData.data(), fruData.size(), respMsg, payLoadLength); in TEST()
689 reinterpret_cast<pldm_get_fru_record_by_option_resp*>(respMsg->payload); in TEST()
715 auto respMsg = reinterpret_cast<pldm_msg*>(response.data()); in TEST() local
719 fruData.size(), respMsg, payLoadLength); in TEST()
725 fruData.data(), fruData.size(), respMsg, payLoadLength - 1); in TEST()
743 auto respMsg = reinterpret_cast<pldm_msg*>(response.data()); in TEST() local
747 fruData.data(), fruData.size(), respMsg, payLoadLength); in TEST()
757 respMsg, payLoadLength, &retCompletionCode, &retDataTransferHandle, in TEST()
782 auto respMsg = reinterpret_cast<pldm_msg*>(response.data()); in TEST() local
786 fruData.data(), fruData.size(), respMsg, payLoadLength); in TEST()
795 rc = decode_get_fru_record_by_option_resp(respMsg, payLoadLength, nullptr, in TEST()
802 respMsg, PLDM_GET_FRU_RECORD_BY_OPTION_MIN_RESP_BYTES - 1, in TEST()