Searched refs:handleRequest (Results 1 – 6 of 6) sorted by relevance
| /openbmc/pldm/fw-update/ |
| H A D | aggregate_update_manager.cpp | 6 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 D | manager.hpp | 108 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 D | aggregate_update_manager.hpp | 48 Response handleRequest(mctp_eid_t eid, uint8_t command,
|
| H A D | update_manager.hpp | 83 virtual Response handleRequest(mctp_eid_t eid, uint8_t command,
|
| H A D | update_manager.cpp | 261 Response UpdateManager::handleRequest(mctp_eid_t eid, uint8_t command, in handleRequest() function in pldm::fw_update::UpdateManager
|
| /openbmc/pldm/pldmd/ |
| H A D | pldmd.cpp | 140 response = fwManager->handleRequest(eid, hdrFields.command, in processRxMsg()
|