/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/ |
H A D | gallery_media_dao.cpp | 34 int32_t offset, int pageSize, bool shouldIncludeSd, bool hasLowQualityImage) in GetGalleryMedia() argument 36 int32_t shouldIncludeSdFlag = shouldIncludeSd == true ? 1 : 0; in GetGalleryMedia() 49 int32_t GalleryMediaDao::GetGalleryMediaCount(bool shouldIncludeSd, bool hasLowQualityImage) in GetGalleryMediaCount() argument 51 int32_t shouldIncludeSdFlag = shouldIncludeSd == true ? 1 : 0; in GetGalleryMediaCount() 68 int32_t GalleryMediaDao::GetNoNeedMigrateCount(bool shouldIncludeSd) in GetNoNeedMigrateCount() argument 70 int32_t shouldIncludeSdFlag = shouldIncludeSd == true ? 1 : 0; in GetNoNeedMigrateCount()
|
H A D | photos_restore.cpp | 39 int32_t offset, int pageSize, bool shouldIncludeSd, bool hasLowQualityImage) in GetGalleryMedia() argument 41 …return this->galleryMediaDao_.GetGalleryMedia(offset, pageSize, shouldIncludeSd, hasLowQualityImag… in GetGalleryMedia() 47 int32_t PhotosRestore::GetGalleryMediaCount(bool shouldIncludeSd, bool hasLowQualityImage) in GetGalleryMediaCount() argument 49 return this->galleryMediaDao_.GetGalleryMediaCount(shouldIncludeSd, hasLowQualityImage); in GetGalleryMediaCount()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/ |
H A D | gallery_media_dao.h | 31 int32_t offset, int pageSize, bool shouldIncludeSd, bool hasLowQualityImage); 32 int32_t GetGalleryMediaCount(bool shouldIncludeSd, bool hasLowQualityImage); 33 int32_t GetNoNeedMigrateCount(bool shouldIncludeSd);
|
H A D | photos_restore.h | 55 int32_t offset, int pageSize, bool shouldIncludeSd, bool hasLowQualityImage); 56 int32_t GetGalleryMediaCount(bool shouldIncludeSd, bool hasLowQualityImage);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/report/ |
H A D | database_report.cpp | 34 std::shared_ptr<NativeRdb::RdbStore> galleryRdb, bool shouldIncludeSd) in LoadGallery() argument 40 .SetShouldIncludeSd(shouldIncludeSd) in LoadGallery() 76 …atabaseReport::ReportGallery(std::shared_ptr<NativeRdb::RdbStore> galleryRdb, bool shouldIncludeSd) in ReportGallery() argument 78 …AlbumMediaStatisticInfo> albumMediaStatisticInfos = this->LoadGallery(galleryRdb, shouldIncludeSd); in ReportGallery()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/ |
H A D | database_report.h | 37 …tabaseReport &ReportGallery(std::shared_ptr<NativeRdb::RdbStore> galleryRdb, bool shouldIncludeSd); 47 std::shared_ptr<NativeRdb::RdbStore> galleryRdb, bool shouldIncludeSd);
|
H A D | gallery_media_count_statistic.h | 38 GalleryMediaCountStatistic &SetShouldIncludeSd(bool shouldIncludeSd) in SetShouldIncludeSd() argument 40 this->shouldIncludeSd_ = shouldIncludeSd; in SetShouldIncludeSd()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | backup_database_helper.cpp | 24 void BackupDatabaseHelper::Init(int32_t sceneCode, bool shouldIncludeSd, const std::string &prefix) in Init() argument 30 if (shouldIncludeSd) { in Init()
|
H A D | backup_database_utils.cpp | 276 void BackupDatabaseUtils::UpdateSdWhereClause(std::string &querySql, bool shouldIncludeSd) in UpdateSdWhereClause() argument 278 if (shouldIncludeSd) { in UpdateSdWhereClause()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
H A D | backup_database_helper.h | 55 void Init(int32_t sceneCode, bool shouldIncludeSd, const std::string &prefix);
|
H A D | backup_database_utils.h | 60 static void UpdateSdWhereClause(std::string &querySql, bool shouldIncludeSd);
|