Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp4338 getStatusResponse1{0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x03, in TEST()
4342 reinterpret_cast<const pldm_msg*>(getStatusResponse1.data()); in TEST()
4354 responseMsg1, getStatusResponse1.size() - hdrSize, &completionCode, in TEST()
4442 constexpr std::array<uint8_t, hdrSize> getStatusResponse1{0x00, 0x00, 0x00}; in TEST() local
4445 reinterpret_cast<const pldm_msg*>(getStatusResponse1.data()); in TEST()
4448 nullptr, getStatusResponse1.size() - hdrSize, &completionCode, in TEST()
4454 responseMsg1, getStatusResponse1.size() - hdrSize, nullptr, in TEST()
4460 responseMsg1, getStatusResponse1.size() - hdrSize, &completionCode, in TEST()
4466 responseMsg1, getStatusResponse1.size() - hdrSize, &completionCode, in TEST()
4472 responseMsg1, getStatusResponse1.size() - hdrSize, &completionCode, in TEST()
[all …]