Home
last modified time | relevance | path

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

/openbmc/pldm/requester/
H A DREADME.md20 The requester code needs to use the `registerRequest` API to register the PLDM
23 passed as parameters to the registerRequest API.
26 int registerRequest(mctp_eid_t eid, uint8_t instanceId, uint8_t type,
H A Dhandler.hpp261 int registerRequest(mctp_eid_t eid, uint8_t instanceId, uint8_t type, in registerRequest() function in pldm::requester::Handler
510 auto rc = op.handler.registerRequest( in tag_invoke()
/openbmc/pldm/fw-update/
H A Ddevice_updater.cpp158 rc = updateManager->handler.registerRequest( in startFwUpdateFlow()
295 rc = updateManager->handler.registerRequest( in sendPassCompTableRequest()
435 rc = updateManager->handler.registerRequest( in sendUpdateComponentRequest()
878 rc = updateManager->handler.registerRequest( in sendActivateFirmwareRequest()
960 rc = updateManager->handler.registerRequest( in sendCancelUpdateComponentRequest()