Home
last modified time | relevance | path

Searched refs:sAlbumType_ (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_photo_access_helper_napi.h94 static thread_local napi_ref sAlbumType_; member in OHOS::Media::SendablePhotoAccessHelper
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h360 static thread_local napi_ref sAlbumType_; member in OHOS::Media::MediaLibraryNapi
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp99 thread_local napi_ref SendablePhotoAccessHelper::sAlbumType_ = nullptr; member in OHOS::Media::SendablePhotoAccessHelper
949 CHECK_ARGS(env, napi_create_reference(env, result, NAPI_INIT_REF_COUNT, &sAlbumType_), JS_INNER_FAIL); in CreateAlbumTypeEnum()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp184 thread_local napi_ref MediaLibraryNapi::sAlbumType_ = nullptr; member in OHOS::Media::MediaLibraryNapi
6559 CHECK_ARGS(env, napi_create_reference(env, result, NAPI_INIT_REF_COUNT, &sAlbumType_), JS_INNER_FAIL); in CreateAlbumTypeEnum()

Completed in 19 milliseconds