Searched refs:deviceTypeKey (Results 1 – 1 of 1) sorted by relevance
240 auto deviceTypeKey = DEVICE_TYPE_NAME_ZH_CN_MAP.find(deviceType); in GetDeviceName() local241 if (deviceTypeKey != DEVICE_TYPE_NAME_ZH_CN_MAP.end()) { in GetDeviceName()242 return deviceTypeKey->second; in GetDeviceName()246 auto deviceTypeKey = DEVICE_TYPE_MAP.find(deviceType); in GetDeviceName() local247 if (deviceTypeKey != DEVICE_TYPE_MAP.end()) { in GetDeviceName()248 return deviceTypeKey->second; in GetDeviceName()