Searched refs:RequestKey (Results 1 – 1 of 1) sorted by relevance
/openbmc/pldm/requester/ |
H A D | handler.hpp | 39 struct RequestKey struct 46 bool operator==(const RequestKey& e) const in operator ==() argument 60 std::size_t operator()(const RequestKey& key) const in operator ()() 87 RequestKey key; //!< Responder MCTP endpoint ID 154 void instanceIdExpiryCallBack(RequestKey key) in instanceIdExpiryCallBack() 265 RequestKey key{eid, instanceId, type, command}; in registerRequest() 307 RequestKey key{eid, instanceId, type, command}; in unregisterRequest() 374 RequestKey key{eid, instanceId, type, command}; in handleResponse() 437 std::unordered_map<RequestKey, RequestValue, RequestKeyHasher> handlers; 442 std::unordered_map<RequestKey, std::unique_ptr<sdeventplus::source::Defer>, [all …]
|