Home
last modified time | relevance | path

Searched refs:QueryGalleryAllCount (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.cpp452 info.totalCount = this->QueryGalleryAllCount(SearchCondition()); in GetAllStatInfo()
488 info.hiddenCount = this->QueryGalleryAllCount( in GetAllImageStatInfo()
490 info.trashedCount = this->QueryGalleryAllCount( in GetAllImageStatInfo()
492 info.cloudCount = this->QueryGalleryAllCount( in GetAllImageStatInfo()
494 info.favoriteCount = this->QueryGalleryAllCount( in GetAllImageStatInfo()
496 info.burstTotalCount = this->QueryGalleryAllCount( in GetAllImageStatInfo()
498 info.burstCoverCount = this->QueryGalleryAllCount( in GetAllImageStatInfo()
527 info.hiddenCount = this->QueryGalleryAllCount( in GetAllVideoStatInfo()
529 info.trashedCount = this->QueryGalleryAllCount( in GetAllVideoStatInfo()
531 info.cloudCount = this->QueryGalleryAllCount( in GetAllVideoStatInfo()
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
H A Dgallery_media_count_statistic.h52 int32_t QueryGalleryAllCount(SearchCondition searchCondition);