Home
last modified time | relevance | path

Searched refs:deviceTypeKey (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_system_manager_adapter_impl.cpp240 auto deviceTypeKey = DEVICE_TYPE_NAME_ZH_CN_MAP.find(deviceType); in GetDeviceName() local
241 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() local
247 if (deviceTypeKey != DEVICE_TYPE_MAP.end()) { in GetDeviceName()
248 return deviceTypeKey->second; in GetDeviceName()