Home
last modified time | relevance | path

Searched refs:sPhotoSubType_ (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.h98 static thread_local napi_ref sPhotoSubType_; variable
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h365 static thread_local napi_ref sPhotoSubType_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp96 thread_local napi_ref SendablePhotoAccessHelper::sPhotoSubType_ = nullptr; member in OHOS::Media::SendablePhotoAccessHelper
1170 return CreateNumberEnumProperty(env, photoSubTypeEnum, sPhotoSubType_); in CreatePhotoSubTypeEnum()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp163 thread_local napi_ref MediaLibraryNapi::sPhotoSubType_ = nullptr; member in OHOS::Media::MediaLibraryNapi
7146 return CreateNumberEnumProperty(env, photoSubTypeEnum, sPhotoSubType_); in CreatePhotoSubTypeEnum()