Home
last modified time | relevance | path

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

/openbmc/pldm/requester/
H A Dhandler.hpp481 requestKey = RequestKey{ in SendRecvMsgOperation()
512 op.requestKey.eid, op.requestKey.instanceId, op.requestKey.type, in tag_invoke()
513 op.requestKey.command, std::move(op.request), in tag_invoke()
535 handler.unregisterRequest(requestKey.eid, requestKey.instanceId, in onStop()
536 requestKey.type, requestKey.command); in onStop()
552 assert(eid == this->requestKey.eid); in onComplete()
571 RequestKey requestKey; member