Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/
H A Ddevice_updater.hpp119 Response requestFwData(const pldm_msg* request, size_t payloadLength);
H A Dupdate_manager.cpp226 return search->second->requestFwData(request, reqMsgLen); in handleRequest()
H A Ddevice_updater.cpp368 Response DeviceUpdater::requestFwData(const pldm_msg* request, in requestFwData() function in pldm::fw_update::DeviceUpdater
/openbmc/pldm/fw-update/test/
H A Ddevice_updater_test.cpp95 auto response = deviceUpdater.requestFwData( in TEST_F()