Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_photo_access_helper_napi.h89 static thread_local napi_ref sMediaTypeEnumRef_; variable
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h350 static thread_local napi_ref sMediaTypeEnumRef_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp95 thread_local napi_ref SendablePhotoAccessHelper::sMediaTypeEnumRef_ = nullptr; member in OHOS::Media::SendablePhotoAccessHelper
942 return CreateNumberEnumProperty(env, mediaTypesUserFileEnum, sMediaTypeEnumRef_, startIdx); in CreateMediaTypeUserFileEnum()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp154 thread_local napi_ref MediaLibraryNapi::sMediaTypeEnumRef_ = nullptr; member in OHOS::Media::MediaLibraryNapi
6384 return CreateNumberEnumProperty(env, mediaTypesEnum, sMediaTypeEnumRef_); in CreateMediaTypeEnum()
6390 return CreateNumberEnumProperty(env, mediaTypesUserFileEnum, sMediaTypeEnumRef_, startIdx); in CreateMediaTypeUserFileEnum()