Home
last modified time | relevance | path

Searched refs:GetGalleryMediaCount (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dgallery_media_dao.h32 int32_t GetGalleryMediaCount(bool shouldIncludeSd, bool hasLowQualityImage);
H A Dphotos_restore.h56 int32_t GetGalleryMediaCount(bool shouldIncludeSd, bool hasLowQualityImage);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dgallery_media_dao.cpp49 int32_t GalleryMediaDao::GetGalleryMediaCount(bool shouldIncludeSd, bool hasLowQualityImage) in GetGalleryMediaCount() function in OHOS::Media::GalleryMediaDao
H A Dphotos_restore.cpp47 int32_t PhotosRestore::GetGalleryMediaCount(bool shouldIncludeSd, bool hasLowQualityImage) in GetGalleryMediaCount() function in OHOS::Media::PhotosRestore
49 return this->galleryMediaDao_.GetGalleryMediaCount(shouldIncludeSd, hasLowQualityImage); in GetGalleryMediaCount()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dupgrade_restore.cpp403 …int32_t totalNumber = this->photosRestore_.GetGalleryMediaCount(this->shouldIncludeSd_, this->hasL… in RestoreFromGallery()