Searched refs:sAlbumSubType_ (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/ |
H A D | sendable_photo_access_helper_napi.h | 94 static thread_local napi_ref sAlbumSubType_; variable
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | media_library_napi.h | 362 static thread_local napi_ref sAlbumSubType_; variable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_photo_access_helper_napi.cpp | 99 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 D | media_library_napi.cpp | 180 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()
|