Searched refs:contentTypeMap (Results 1 – 2 of 2) sorted by relevance
200 static const std::map<std::string, int32_t> contentTypeMap; variable
126 const std::map<std::string, int32_t> NapiAudioEnum::contentTypeMap = { member in OHOS::AudioStandard::NapiAudioEnum655 DECLARE_NAPI_PROPERTY("ContentType", CreateEnumObject(env, contentTypeMap, contentType_)), in InitAudioEnum()