Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/interfaces/innerkits/syspara/
H A Dparam_wrapper.cpp161 std::unordered_map<std::string, std::string> deviceTypeMap = { in GetDeviceType() local
173 if (deviceTypeMap.count(type) != 0) { in GetDeviceType()
174 return deviceTypeMap[type]; in GetDeviceType()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_audio_enum.h203 static const std::map<std::string, int32_t> deviceTypeMap; variable
H A Dnapi_audio_enum.cpp167 const std::map<std::string, int32_t> NapiAudioEnum::deviceTypeMap = { member in OHOS::AudioStandard::NapiAudioEnum
658 DECLARE_NAPI_PROPERTY("DeviceType", CreateEnumObject(env, deviceTypeMap, deviceType_)), in InitAudioEnum()