Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/dsp/
H A Dfru.cpp552 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()
[all …]