Home
last modified time | relevance | path

Searched refs:GetGalleryMediaAllRestoreCount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/report/
H A Dgallery_media_count_statistic.cpp561 info.totalCount = this->GetGalleryMediaAllRestoreCount(SearchCondition()); in GetAllRestoreStatInfo()
599 info.hiddenCount = this->GetGalleryMediaAllRestoreCount( in GetAllRestoreImageStatInfo()
601 info.trashedCount = this->GetGalleryMediaAllRestoreCount( in GetAllRestoreImageStatInfo()
603 info.cloudCount = this->GetGalleryMediaAllRestoreCount( in GetAllRestoreImageStatInfo()
605 info.favoriteCount = this->GetGalleryMediaAllRestoreCount( in GetAllRestoreImageStatInfo()
607 info.burstTotalCount = this->GetGalleryMediaAllRestoreCount( in GetAllRestoreImageStatInfo()
609 info.burstCoverCount = this->GetGalleryMediaAllRestoreCount( in GetAllRestoreImageStatInfo()
638 info.hiddenCount = this->GetGalleryMediaAllRestoreCount( in GetAllRestoreVideoStatInfo()
640 info.trashedCount = this->GetGalleryMediaAllRestoreCount( in GetAllRestoreVideoStatInfo()
642 info.cloudCount = this->GetGalleryMediaAllRestoreCount( in GetAllRestoreVideoStatInfo()
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
H A Dgallery_media_count_statistic.h54 int32_t GetGalleryMediaAllRestoreCount(SearchCondition searchCondition);