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.cpp163 for (const auto& [type, _] : strToPdrType) in GetPDR()
711 const std::map<std::string, uint8_t> strToPdrType = { member in pldmtool::platform::GetPDR
1581 if (!strToPdrType.contains(pdrRecType)) in printPDRMsg()
1593 if (pdr->type != strToPdrType.at(pdrRecType)) in printPDRMsg()