Searched refs:QueryGallerySdCardCount (Results 1 – 2 of 2) sorted by relevance
210 int32_t GalleryMediaCountStatistic::QueryGallerySdCardCount(SearchCondition searchCondition) in QueryGallerySdCardCount() function in OHOS::Media::GalleryMediaCountStatistic672 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()
56 int32_t QueryGallerySdCardCount(SearchCondition searchCondition);