Home
last modified time | relevance | path

Searched refs:QueryTotalCount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/report/
H A Dphotos_count_statistic.cpp77 int32_t PhotosCountStatistic::QueryTotalCount(SearchCondition searchCondition) in QueryTotalCount() function in OHOS::Media::PhotosCountStatistic
269 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 …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
H A Dphotos_count_statistic.h52 int32_t QueryTotalCount(SearchCondition searchCondition);