Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/
H A Daggregate_update_manager.cpp6 Response AggregateUpdateManager::handleRequest( in handleRequest() function in pldm::fw_update::AggregateUpdateManager
10 response = UpdateManager::handleRequest(eid, command, request, reqMsgLen); in handleRequest()
19 updateManager->handleRequest(eid, command, request, reqMsgLen); in handleRequest()
H A Dmanager.hpp108 Response handleRequest(mctp_eid_t eid, Command command, in handleRequest() function in pldm::fw_update::Manager
111 return updateManager.handleRequest(eid, command, request, reqMsgLen); in handleRequest()
H A Daggregate_update_manager.hpp48 Response handleRequest(mctp_eid_t eid, uint8_t command,
H A Dupdate_manager.hpp83 virtual Response handleRequest(mctp_eid_t eid, uint8_t command,
H A Dupdate_manager.cpp261 Response UpdateManager::handleRequest(mctp_eid_t eid, uint8_t command, in handleRequest() function in pldm::fw_update::UpdateManager
/openbmc/pldm/pldmd/
H A Dpldmd.cpp140 response = fwManager->handleRequest(eid, hdrFields.command, in processRxMsg()