Home
last modified time | relevance | path

Searched refs:GetPhotoAlbums (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dphoto_album_dao.h41 std::vector<PhotoAlbumRowData> GetPhotoAlbums();
H A Dphoto_album_restore.h91 std::vector<PhotoAlbumDao::PhotoAlbumRowData> albumInfos = this->photoAlbumDaoPtr_->GetPhotoAlbums(); in Restore()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphoto_album_dao.cpp90 std::vector<PhotoAlbumDao::PhotoAlbumRowData> PhotoAlbumDao::GetPhotoAlbums() in GetPhotoAlbums() function in OHOS::Media::PhotoAlbumDao
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dothers_clone_restore.cpp523 std::vector<PhotoAlbumDao::PhotoAlbumRowData> albumInfos = photoAlbumDaoPtr_->GetPhotoAlbums();
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h328 EXPORT static napi_value GetPhotoAlbums(napi_env env, napi_callback_info info);
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp283 DECLARE_NAPI_FUNCTION("getAlbums", GetPhotoAlbums), in UserFileMgrInit()
7193 napi_value MediaLibraryNapi::GetPhotoAlbums(napi_env env, napi_callback_info info) in GetPhotoAlbums() function in MediaLibraryNapi
7199 return MediaLibraryNapiUtils::NapiCreateAsyncWork(env, asyncContext, "GetPhotoAlbums", JSGetPhotoAlbumsExecute, in GetPhotoAlbums()
7209 return MediaLibraryNapiUtils::NapiCreateAsyncWork(env, asyncContext, "GetPhotoAlbums", JSGetPhotoAlbumsExecute, in PhotoAccessGetPhotoAlbums()

Completed in 21 milliseconds