Home
last modified time | relevance | path

Searched defs:hasLowQualityImage (Results 1 – 4 of 4) 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()
49 int32_t GalleryMediaDao::GetGalleryMediaCount(bool shouldIncludeSd, bool hasLowQualityImage) in GetGalleryMediaCount()
H A Dphotos_restore.cpp39 int32_t offset, int pageSize, bool shouldIncludeSd, bool hasLowQualityImage) in GetGalleryMedia()
47 int32_t PhotosRestore::GetGalleryMediaCount(bool shouldIncludeSd, bool hasLowQualityImage) in GetGalleryMediaCount()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_file_utils.cpp368 string relativePath, bool hasLowQualityImage) in IsLowQualityImage()
397 string relativePath, bool hasLowQualityImage) in IsFileValid()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/report/
H A Dgallery_media_count_statistic.cpp168 bool hasLowQualityImage = this->HasLowQualityImage(); in GetGalleryMediaAllRestoreCount() local