Home
last modified time | relevance | path

Searched refs:shouldIncludeSd (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dgallery_media_dao.cpp34 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 Dphotos_restore.cpp39 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 Dgallery_media_dao.h31 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 Dphotos_restore.h55 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 Ddatabase_report.cpp34 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 Ddatabase_report.h37 …tabaseReport &ReportGallery(std::shared_ptr<NativeRdb::RdbStore> galleryRdb, bool shouldIncludeSd);
47 std::shared_ptr<NativeRdb::RdbStore> galleryRdb, bool shouldIncludeSd);
H A Dgallery_media_count_statistic.h38 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 Dbackup_database_helper.cpp24 void BackupDatabaseHelper::Init(int32_t sceneCode, bool shouldIncludeSd, const std::string &prefix) in Init() argument
30 if (shouldIncludeSd) { in Init()
H A Dbackup_database_utils.cpp276 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 Dbackup_database_helper.h55 void Init(int32_t sceneCode, bool shouldIncludeSd, const std::string &prefix);
H A Dbackup_database_utils.h60 static void UpdateSdWhereClause(std::string &querySql, bool shouldIncludeSd);