Home
last modified time | relevance | path

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

/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp650 const std::map<std::string, uint8_t> strToPdrType = { member in pldmtool::platform::GetPDR
1517 if (!strToPdrType.contains(pdrRecType)) in printPDRMsg()
1529 if (pdr->type != strToPdrType.at(pdrRecType)) in printPDRMsg()