Home
last modified time | relevance | path

Searched refs:hasLowQualityImage_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dupgrade_restore.cpp161 hasLowQualityImage_ = (count > 0); in HasLowQualityImage()
162 return hasLowQualityImage_; in HasLowQualityImage()
403 …ber = this->photosRestore_.GetGalleryMediaCount(this->shouldIncludeSd_, this->hasLowQualityImage_); in RestoreFromGallery()
502 offset, QUERY_COUNT, this->shouldIncludeSd_, this->hasLowQualityImage_); in QueryFileInfos()
H A Dbase_restore.cpp189 fileInfo.relativePath, hasLowQualityImage_); in IsFileValid()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbase_restore.h169 bool hasLowQualityImage_ = false; variable