Searched refs:GetGalleryMediaCount (Results 1 – 5 of 5) sorted by relevance
32 int32_t GetGalleryMediaCount(bool shouldIncludeSd, bool hasLowQualityImage);
56 int32_t GetGalleryMediaCount(bool shouldIncludeSd, bool hasLowQualityImage);
49 int32_t GalleryMediaDao::GetGalleryMediaCount(bool shouldIncludeSd, bool hasLowQualityImage) in GetGalleryMediaCount() function in OHOS::Media::GalleryMediaDao
47 int32_t PhotosRestore::GetGalleryMediaCount(bool shouldIncludeSd, bool hasLowQualityImage) in GetGalleryMediaCount() function in OHOS::Media::PhotosRestore49 return this->galleryMediaDao_.GetGalleryMediaCount(shouldIncludeSd, hasLowQualityImage); in GetGalleryMediaCount()
403 …int32_t totalNumber = this->photosRestore_.GetGalleryMediaCount(this->shouldIncludeSd_, this->hasL… in RestoreFromGallery()