Home
last modified time | relevance | path

Searched refs:GetNoNeedMigrateCount (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dgallery_media_dao.h33 int32_t GetNoNeedMigrateCount(bool shouldIncludeSd);
H A Dphotos_clone.h73 int32_t GetNoNeedMigrateCount();
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dgallery_media_dao.cpp68 int32_t GalleryMediaDao::GetNoNeedMigrateCount(bool shouldIncludeSd) in GetNoNeedMigrateCount() function in OHOS::Media::GalleryMediaDao
H A Dphotos_clone.cpp305 int32_t PhotosClone::GetNoNeedMigrateCount() in GetNoNeedMigrateCount() function in OHOS::Media::PhotosClone
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dupgrade_restore.h109 int32_t GetNoNeedMigrateCount() override;
H A Dbase_restore.h125 virtual int32_t GetNoNeedMigrateCount();
H A Dclone_restore.h179 int32_t GetNoNeedMigrateCount() override;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp1249 restoreTotalInfo << ";" << GetNoNeedMigrateCount(); in GetRestoreTotalInfo()
1253 int32_t BaseRestore::GetNoNeedMigrateCount() in GetNoNeedMigrateCount() function in OHOS::Media::BaseRestore
H A Dupgrade_restore.cpp1229 int32_t UpgradeRestore::GetNoNeedMigrateCount() in GetNoNeedMigrateCount() function in OHOS::Media::UpgradeRestore
1231 return GalleryMediaDao(this->galleryRdb_).GetNoNeedMigrateCount(this->shouldIncludeSd_); in GetNoNeedMigrateCount()
H A Dclone_restore.cpp2564 int32_t CloneRestore::GetNoNeedMigrateCount() in GetNoNeedMigrateCount() function in OHOS::Media::CloneRestore
2566 return this->photosClone_.GetNoNeedMigrateCount(); in GetNoNeedMigrateCount()