Home
last modified time | relevance | path

Searched refs:galleryAlbum (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphoto_album_restore.cpp92 for (const PhotoAlbumRestore::GalleryAlbumRowData &galleryAlbum : filteredAlbums) { in GetAlbumsToRestore() local
96 albumRowData.albumName = galleryAlbum.albumName; in GetAlbumsToRestore()
97 albumRowData.bundleName = galleryAlbum.bundleName; in GetAlbumsToRestore()
98 albumRowData.lPath = galleryAlbum.lPath; in GetAlbumsToRestore()
99 albumRowData.priority = galleryAlbum.priority; in GetAlbumsToRestore()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dothers_clone_restore.cpp511 PhotoAlbumRestore::GalleryAlbumRowData galleryAlbum; in AddGalleryAlbum() local
514 galleryAlbum.albumName = lPath.substr(pos + 1); in AddGalleryAlbum()
516 galleryAlbum.albumName = lPath; in AddGalleryAlbum()
518 galleryAlbum.lPath = lPath; in AddGalleryAlbum()
519 galleryAlbum.priority = 1; in AddGalleryAlbum()
520 galleryAlbumInfos.emplace_back(galleryAlbum); in AddGalleryAlbum()
539 PhotoAlbumRestore::GalleryAlbumRowData galleryAlbum; in RestoreAlbum() local
540 galleryAlbum.albumName = clonePhoneName_; in RestoreAlbum()
541 galleryAlbum.bundleName = clonePhoneName_; in RestoreAlbum()
543 galleryAlbum.priority = 1; in RestoreAlbum()
[all …]