Home
last modified time | relevance | path

Searched refs:sMovingPhotoEffectModeEnumRef_ (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.h107 static thread_local napi_ref sMovingPhotoEffectModeEnumRef_; variable
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h378 static thread_local napi_ref sMovingPhotoEffectModeEnumRef_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp100 thread_local napi_ref SendablePhotoAccessHelper::sMovingPhotoEffectModeEnumRef_ = nullptr; member in OHOS::Media::SendablePhotoAccessHelper
986 return CreateNumberEnumProperty(env, movingPhotoEffectModeEnum, sMovingPhotoEffectModeEnumRef_); in CreateMovingPhotoEffectModeEnum()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp187 thread_local napi_ref MediaLibraryNapi::sMovingPhotoEffectModeEnumRef_ = nullptr; member in OHOS::Media::MediaLibraryNapi
6612 …ARGS(env, napi_create_reference(env, result, NAPI_INIT_REF_COUNT, &sMovingPhotoEffectModeEnumRef_), in CreateMovingPhotoEffectModeEnum()