Lines Matching full:map
6 #include <map>
46 /** @brief Map for PLDM OEM IBM Entity Types
48 extern const std::map<uint8_t, std::string> OemIBMEntityType{
52 /** @brief Map for PLDM OEM IBM State Sets
54 extern const std::map<uint16_t, std::string> OemIBMstateSet{
60 /** @brief Map for PLDM OEM IBM firmware update possible state values
62 extern const std::map<uint8_t, std::string> SetOemIBMFWUpdateStateValues{
70 /** @brief Map for PLDM OEM IBM verification state possible state values
72 extern const std::map<uint8_t, std::string> SetOemIBMVerStateValues{
79 /** @brief Map for PLDM OEM IBM systerm power state possible state values
81 extern const std::map<uint8_t, std::string> SetOemIBMSysPowerStatesValues{
84 /** @brief Map for PLDM OEM IBM boot state possible state values
86 extern const std::map<uint8_t, std::string> SetOemIBMBootStateValues{
90 /** @brief Map for populating PLDM OEM IBM state sets with possible state values
92 extern const std::map<uint16_t, const std::map<uint8_t, std::string>>