Searched refs:device_kind_map (Results 1 – 1 of 1) sorted by relevance
16 static const std::unordered_map<std::string, std::string> device_kind_map = { in GetDeviceUiKind() local38 auto iter = device_kind_map.find(short_id); in GetDeviceUiKind()39 if (iter != device_kind_map.end()) in GetDeviceUiKind()