Searched refs:QueryTotalCount (Results 1 – 2 of 2) sorted by relevance
77 int32_t PhotosCountStatistic::QueryTotalCount(SearchCondition searchCondition) in QueryTotalCount() function in OHOS::Media::PhotosCountStatistic269 info.totalCount = this->QueryTotalCount(SearchCondition()); in GetAllStatInfo()270 … info.imageCount = this->QueryTotalCount(SearchCondition().SetMediaType(SINGLE_MEDIA_TYPE_IMAGE)); in GetAllStatInfo()271 … info.videoCount = this->QueryTotalCount(SearchCondition().SetMediaType(SINGLE_MEDIA_TYPE_VIDEO)); in GetAllStatInfo()274 … info.cloudCount = this->QueryTotalCount(SearchCondition().SetCloudType(SINGLE_CLOUD_TYPE_CLOUD)); in GetAllStatInfo()276 …info.burstTotalCount = this->QueryTotalCount(SearchCondition().SetBurstType(SINGLE_BURST_TYPE_ALL)… in GetAllStatInfo()303 info.totalCount = this->QueryTotalCount(SearchCondition(defaultCondition)); in GetAllImageStatInfo()304 info.imageCount = this->QueryTotalCount(SearchCondition(defaultCondition)); in GetAllImageStatInfo()315 … this->QueryTotalCount(SearchCondition(defaultCondition).SetBurstType(SINGLE_BURST_TYPE_COVER)); in GetAllImageStatInfo()341 info.totalCount = this->QueryTotalCount(SearchCondition(defaultCondition)); in GetAllVideoStatInfo()[all …]
52 int32_t QueryTotalCount(SearchCondition searchCondition);