Searched refs:shouldIncludeSd_ (Results 1 – 5 of 5) sorted by relevance
40 this->shouldIncludeSd_ = shouldIncludeSd; in SetShouldIncludeSd()88 bool shouldIncludeSd_{false};
59 bool shouldIncludeSd_; variable
89 shouldIncludeSd_ = BackupFileUtils::ShouldIncludeSd(filePath_); in Init()90 backupDatabaseHelper_.Init(sceneCode_, shouldIncludeSd_, filePath_); in Init()101 shouldIncludeSd_ = false; in Init()117 MEDIA_INFO_LOG("Shoud include Sd: %{public}d", static_cast<int32_t>(shouldIncludeSd_)); in Init()390 .ReportGallery(this->galleryRdb_, this->shouldIncludeSd_); in AnalyzeGallerySource()403 …int32_t totalNumber = this->photosRestore_.GetGalleryMediaCount(this->shouldIncludeSd_, this->hasL… in RestoreFromGallery()502 offset, QUERY_COUNT, this->shouldIncludeSd_, this->hasLowQualityImage_); in QueryFileInfos()1231 return GalleryMediaDao(this->galleryRdb_).GetNoNeedMigrateCount(this->shouldIncludeSd_); in GetNoNeedMigrateCount()
133 bool shouldIncludeSd_{false};
170 int32_t shouldIncludeSdFlag = this->shouldIncludeSd_ == true ? 1 : 0; in GetGalleryMediaAllRestoreCount()