Home
last modified time | relevance | path

Searched refs:PhotoAccessGetPhotoAlbums (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.h81 EXPORT static napi_value PhotoAccessGetPhotoAlbums(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h295 EXPORT static napi_value PhotoAccessGetPhotoAlbums(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp125 DECLARE_NAPI_FUNCTION("getAlbums", PhotoAccessGetPhotoAlbums), in Init()
1151 napi_value SendablePhotoAccessHelper::PhotoAccessGetPhotoAlbums(napi_env env, napi_callback_info in… in PhotoAccessGetPhotoAlbums() function in OHOS::Media::SendablePhotoAccessHelper
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp327 DECLARE_NAPI_FUNCTION("getAlbums", PhotoAccessGetPhotoAlbums), in PhotoAccessHelperInit()
7117 napi_value MediaLibraryNapi::PhotoAccessGetPhotoAlbums(napi_env env, napi_callback_info info) in PhotoAccessGetPhotoAlbums() function in OHOS::Media::MediaLibraryNapi