Searched refs:PLDM_NEW_FILE_RESP_BYTES (Results 1 – 4 of 4) sorted by relevance
92 #define PLDM_NEW_FILE_RESP_BYTES 1 macro
1152 std::array<uint8_t, PLDM_NEW_FILE_RESP_BYTES + sizeof(pldm_msg_hdr)> in TEST()1206 std::array<uint8_t, PLDM_NEW_FILE_RESP_BYTES + sizeof(pldm_msg_hdr)> in TEST()1249 std::array<uint8_t, sizeof(pldm_msg_hdr) + PLDM_NEW_FILE_RESP_BYTES> in TEST()1270 std::array<uint8_t, sizeof(pldm_msg_hdr) + PLDM_NEW_FILE_RESP_BYTES> in TEST()
1100 Response response(sizeof(pldm_msg_hdr) + PLDM_NEW_FILE_RESP_BYTES); in newFileAvailable()
659 if (payload_length != PLDM_NEW_FILE_RESP_BYTES) { in decode_new_file_resp()