Home
last modified time | relevance | path

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

/openbmc/pldm/pldmtool/
H A Dpldm_base_cmd.cpp26 const std::map<const char*, pldm_supported_types> pldmTypes{ variable
174 pldmTypes.begin(), pldmTypes.end(), in printPLDMTypes()
176 if (it != pldmTypes.end()) in printPLDMTypes()
203 ->transform(CLI::CheckedTransformer(pldmTypes, CLI::ignore_case)); in GetPLDMVersion()
236 auto it = std::find_if(pldmTypes.begin(), pldmTypes.end(), in parseResponseMsg()
241 if (it != pldmTypes.end()) in parseResponseMsg()
307 ->transform(CLI::CheckedTransformer(pldmTypes, CLI::ignore_case)); in GetPLDMCommands()