Home
last modified time | relevance | path

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

/openbmc/pldm/requester/
H A Dhandler.hpp480 requestKey = RequestKey{ in SendRecvMsgOperation()
511 op.requestKey.eid, op.requestKey.instanceId, op.requestKey.type, in tag_invoke()
512 op.requestKey.command, std::move(op.request), in tag_invoke()
534 handler.unregisterRequest(requestKey.eid, requestKey.instanceId, in onStop()
535 requestKey.type, requestKey.command); in onStop()
551 assert(eid == this->requestKey.eid); in onComplete()
570 RequestKey requestKey; member