Home
last modified time | relevance | path

Searched refs:sAlbumSubType_ (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.h94 static thread_local napi_ref sAlbumSubType_; variable
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h362 static thread_local napi_ref sAlbumSubType_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp99 thread_local napi_ref SendablePhotoAccessHelper::sAlbumSubType_ = nullptr; member in OHOS::Media::SendablePhotoAccessHelper
980 …CHECK_ARGS(env, napi_create_reference(env, result, NAPI_INIT_REF_COUNT, &sAlbumSubType_), JS_INNER… in CreateAlbumSubTypeEnum()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp180 thread_local napi_ref MediaLibraryNapi::sAlbumSubType_ = nullptr; member in OHOS::Media::MediaLibraryNapi
6484 …CHECK_ARGS(env, napi_create_reference(env, result, NAPI_INIT_REF_COUNT, &sAlbumSubType_), JS_INNER… in CreateAlbumSubTypeEnum()