Home
last modified time | relevance | path

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

/openbmc/pldm/requester/
H A Dhandler.hpp483 requestKey = RequestKey{ in SendRecvMsgOperation()
514 op.requestKey.eid, op.requestKey.instanceId, op.requestKey.type, in tag_invoke()
515 op.requestKey.command, std::move(op.request), in tag_invoke()
537 handler.unregisterRequest(requestKey.eid, requestKey.instanceId, in onStop()
538 requestKey.type, requestKey.command); in onStop()
554 assert(eid == this->requestKey.eid); in onComplete()
573 RequestKey requestKey; member