Home
last modified time | relevance | path

Searched refs:QueryAllRestoreCount (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.cpp117 int32_t PhotosCountStatistic::QueryAllRestoreCount(SearchCondition searchCondition) in QueryAllRestoreCount() function in OHOS::Media::PhotosCountStatistic
377 info.totalCount = this->QueryAllRestoreCount(SearchCondition()); in GetAllRestoreStatInfo()
378 …info.imageCount = this->QueryAllRestoreCount(SearchCondition().SetMediaType(SINGLE_MEDIA_TYPE_IMAG… in GetAllRestoreStatInfo()
379 …info.videoCount = this->QueryAllRestoreCount(SearchCondition().SetMediaType(SINGLE_MEDIA_TYPE_VIDE… in GetAllRestoreStatInfo()
384 …info.burstTotalCount = this->QueryAllRestoreCount(SearchCondition().SetBurstType(SINGLE_BURST_TYPE… in GetAllRestoreStatInfo()
411 info.totalCount = this->QueryAllRestoreCount(SearchCondition(defaultCondition)); in GetAllRestoreImageStatInfo()
412 info.imageCount = this->QueryAllRestoreCount(SearchCondition(defaultCondition)); in GetAllRestoreImageStatInfo()
422 … this->QueryAllRestoreCount(SearchCondition(defaultCondition).SetBurstType(SINGLE_BURST_TYPE_ALL)); in GetAllRestoreImageStatInfo()
424 …this->QueryAllRestoreCount(SearchCondition(defaultCondition).SetBurstType(SINGLE_BURST_TYPE_COVER)… in GetAllRestoreImageStatInfo()
450 info.totalCount = this->QueryAllRestoreCount(SearchCondition(defaultCondition)); in GetAllRestoreVideoStatInfo()
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
H A Dphotos_count_statistic.h53 int32_t QueryAllRestoreCount(SearchCondition searchCondition);