Home
last modified time | relevance | path

Searched refs:QueryGallerySdCardCount (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.cpp210 int32_t GalleryMediaCountStatistic::QueryGallerySdCardCount(SearchCondition searchCondition) in QueryGallerySdCardCount() function in OHOS::Media::GalleryMediaCountStatistic
672 info.totalCount = this->QueryGallerySdCardCount(SearchCondition()); in GetSdCardStatInfo()
673 …info.imageCount = this->QueryGallerySdCardCount(SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_IMA… in GetSdCardStatInfo()
674 …info.videoCount = this->QueryGallerySdCardCount(SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_VID… in GetSdCardStatInfo()
675 …info.hiddenCount = this->QueryGallerySdCardCount(SearchCondition().SetHiddenType(DUAL_HIDDEN_TYPE_… in GetSdCardStatInfo()
676 …info.trashedCount = this->QueryGallerySdCardCount(SearchCondition().SetTrashedType(DUAL_TRASHED_TY… in GetSdCardStatInfo()
677 …info.cloudCount = this->QueryGallerySdCardCount(SearchCondition().SetCloudType(DUAL_CLOUD_TYPE_CLO… in GetSdCardStatInfo()
678 …info.favoriteCount = this->QueryGallerySdCardCount(SearchCondition().SetFavoriteType(DUAL_FAVORITE… in GetSdCardStatInfo()
679 …info.burstTotalCount = this->QueryGallerySdCardCount(SearchCondition().SetBurstType(DUAL_BURST_TYP… in GetSdCardStatInfo()
680 …info.burstCoverCount = this->QueryGallerySdCardCount(SearchCondition().SetBurstType(DUAL_BURST_TYP… in GetSdCardStatInfo()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
H A Dgallery_media_count_statistic.h56 int32_t QueryGallerySdCardCount(SearchCondition searchCondition);