Searched refs:deviceTypeMap (Results 1 – 1 of 1) sorted by relevance
161 std::unordered_map<std::string, std::string> deviceTypeMap = { in GetDeviceType() local170 if (deviceTypeMap.count(type) != 0) { in GetDeviceType()171 return deviceTypeMap[type]; in GetDeviceType()