Searched refs:QueryAlbumGalleryCount (Results 1 – 2 of 2) sorted by relevance
116 int32_t GalleryMediaCountStatistic::QueryAlbumGalleryCount(SearchCondition searchCondition) in QueryAlbumGalleryCount() function in OHOS::Media::GalleryMediaCountStatistic760 info.totalCount = this->QueryAlbumGalleryCount(SearchCondition(defaultCondition)); in GetImageAlbumInfo()762 …this->QueryAlbumGalleryCount(SearchCondition(defaultCondition).SetMediaType(DUAL_MEDIA_TYPE_IMAGE)… in GetImageAlbumInfo()764 …this->QueryAlbumGalleryCount(SearchCondition(defaultCondition).SetMediaType(DUAL_MEDIA_TYPE_VIDEO)… in GetImageAlbumInfo()772 … this->QueryAlbumGalleryCount(SearchCondition(defaultCondition).SetBurstType(DUAL_BURST_TYPE_ALL)); in GetImageAlbumInfo()842 info.totalCount = this->QueryAlbumGalleryCount(SearchCondition(defaultCondition)); in GetFavoriteAlbumStatInfo()851 info.favoriteCount = this->QueryAlbumGalleryCount(SearchCondition(defaultCondition)); in GetFavoriteAlbumStatInfo()853 … this->QueryAlbumGalleryCount(SearchCondition(defaultCondition).SetBurstType(DUAL_BURST_TYPE_ALL)); in GetFavoriteAlbumStatInfo()882 info.totalCount = this->QueryAlbumGalleryCount(SearchCondition(defaultCondition)); in GetTrashedAlbumStatInfo()888 info.trashedCount = this->QueryAlbumGalleryCount(SearchCondition(defaultCondition)); in GetTrashedAlbumStatInfo()[all …]
53 int32_t QueryAlbumGalleryCount(SearchCondition searchCondition);