Lines Matching defs:completionCode
435 uint8_t completionCode{};
439 &completionCode, &status);
440 if (rc || completionCode)
444 "RC", rc, "CC", completionCode);
495 uint8_t completionCode{};
509 response, respMsgLen /*- sizeof(pldm_msg_hdr)*/, &completionCode,
525 rc = decode_get_pdr_resp(response, respMsgLen, &completionCode,
529 if (rc != PLDM_SUCCESS || completionCode != PLDM_SUCCESS)
535 completionCode);
839 uint8_t completionCode = 0;
843 response, respMsgLen, &completionCode,
846 if (rc != PLDM_SUCCESS || completionCode != PLDM_SUCCESS)
851 rc, "CC", completionCode);