Home
last modified time | relevance | path

Searched refs:JSGetPhotoAlbums (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h258 EXPORT static napi_value JSGetPhotoAlbums(napi_env env, napi_callback_info info);
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp271 DECLARE_NAPI_FUNCTION("getPhotoAlbums", JSGetPhotoAlbums), in UserFileMgrInit()
6401 napi_value MediaLibraryNapi::JSGetPhotoAlbums(napi_env env, napi_callback_info info) in JSGetPhotoAlbums() function in MediaLibraryNapi
6408 return MediaLibraryNapiUtils::NapiCreateAsyncWork(env, asyncContext, "JSGetPhotoAlbums", JSGetPhotoAlbumsExecute, in JSGetPhotoAlbums()

Completed in 16 milliseconds