Searched refs:galleryAlbum (Results 1 – 2 of 2) sorted by relevance
92 for (const PhotoAlbumRestore::GalleryAlbumRowData &galleryAlbum : filteredAlbums) { in GetAlbumsToRestore() local96 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()
511 PhotoAlbumRestore::GalleryAlbumRowData galleryAlbum; in AddGalleryAlbum() local514 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() local540 galleryAlbum.albumName = clonePhoneName_; in RestoreAlbum()541 galleryAlbum.bundleName = clonePhoneName_; in RestoreAlbum()543 galleryAlbum.priority = 1; in RestoreAlbum()[all …]