Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/test/
H A Ddevice_updater_test.cpp165 constexpr std::array<uint8_t, sizeof(pldm_msg_hdr) + 1> verifyComplete = { in TEST_F() local
167 requestMsg = reinterpret_cast<const pldm_msg*>(verifyComplete.data()); in TEST_F()
168 response = deviceUpdater.verifyComplete(requestMsg, 1); in TEST_F()
/openbmc/pldm/fw-update/
H A Ddevice_updater.hpp230 Response verifyComplete(const pldm_msg* request, size_t payloadLength);
H A Dupdate_manager.cpp278 return search->second->verifyComplete(request, reqMsgLen); in handleRequest()
H A Ddevice_updater.cpp687 Response DeviceUpdater::verifyComplete(const pldm_msg* request, in verifyComplete() function in pldm::fw_update::DeviceUpdater