Searched refs:bmInstanceTypeStringMap (Results 1 – 2 of 2) sorted by relevance
115 const std::unordered_map<uint8_t, std::string> bmInstanceTypeStringMap = { member in google::ipmi::Handler
775 if (auto it = bmInstanceTypeStringMap.find(propertyType); in getBMInstanceProperty()776 it == bmInstanceTypeStringMap.end()) in getBMInstanceProperty()