Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_album_napi.cpp40 thread_local napi_ref SendablePhotoAlbumNapi::photoAccessConstructor_ = nullptr; member in OHOS::Media::SendablePhotoAlbumNapi
73 NAPI_CALL(env, napi_create_reference(env, ctorObj, NAPI_INIT_REF_COUNT, &photoAccessConstructor_)); in PhotoAccessInit()
84 if (photoAccessConstructor_ == nullptr) { in CreatePhotoAlbumNapi()
91 napi_ref constructorRef = photoAccessConstructor_; in CreatePhotoAlbumNapi()
109 if (photoAccessConstructor_ == nullptr) { in CreatePhotoAlbumNapi()
117 CHECK_ARGS(env, napi_get_reference_value(env, photoAccessConstructor_, &constructor), JS_INNER_FAIL); in CreatePhotoAlbumNapi()
664 if (photoAccessConstructor_ == nullptr) { in ConvertToPhotoAlbum()
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_photo_album_napi.h89 static thread_local napi_ref photoAccessConstructor_; member in OHOS::Media::SendablePhotoAlbumNapi
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dphoto_album_napi.h107 static thread_local napi_ref photoAccessConstructor_; member in OHOS::Media::PhotoAlbumNapi
/foundation/multimedia/media_library/frameworks/js/src/
H A Dphoto_album_napi.cpp36 thread_local napi_ref PhotoAlbumNapi::photoAccessConstructor_ = nullptr; member in OHOS::Media::PhotoAlbumNapi
89 .ref = &photoAccessConstructor_, in PhotoAccessInit()
127 constructorRef = photoAccessConstructor_; in CreatePhotoAlbumNapi()
149 CHECK_ARGS(env, napi_get_reference_value(env, photoAccessConstructor_, &constructor), JS_INNER_FAIL); in CreatePhotoAlbumNapi()

Completed in 6 milliseconds