Home
last modified time | relevance | path

Searched refs:GetPhotoAccessHelper (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.h77 EXPORT static napi_value GetPhotoAccessHelper(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h273 EXPORT static napi_value GetPhotoAccessHelper(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp136 DECLARE_NAPI_STATIC_FUNCTION("getPhotoAccessHelper", GetPhotoAccessHelper), in Init()
278 napi_value SendablePhotoAccessHelper::GetPhotoAccessHelper(napi_env env, napi_callback_info info) in GetPhotoAccessHelper() function in OHOS::Media::SendablePhotoAccessHelper
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp352 DECLARE_NAPI_STATIC_FUNCTION("getPhotoAccessHelper", GetPhotoAccessHelper), in PhotoAccessHelperInit()
713 napi_value MediaLibraryNapi::GetPhotoAccessHelper(napi_env env, napi_callback_info info) in GetPhotoAccessHelper() function in OHOS::Media::MediaLibraryNapi