Home
last modified time | relevance | path

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

/openbmc/pldm/pldmd/
H A Dinvoker.hpp40 Response handle(pldm_tid_t tid, Type pldmType, Command pldmCommand, in handle() argument
43 return handlers.at(pldmType)->handle(tid, pldmCommand, request, in handle()
H A Dhandler.hpp36 Response handle(pldm_tid_t tid, Command pldmCommand, in handle() argument
39 return handlers.at(pldmCommand)(tid, request, reqMsgLen); in handle()