Home
last modified time | relevance | path

Searched refs:QueryPicturesTotalCount (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.cpp157 int32_t PhotosCountStatistic::QueryPicturesTotalCount(SearchCondition searchCondition) in QueryPicturesTotalCount() function in OHOS::Media::PhotosCountStatistic
490 info.totalCount = this->QueryPicturesTotalCount(defaultCondition); in GetImageAlbumInfo()
492 …this->QueryPicturesTotalCount(SearchCondition(defaultCondition).SetMediaType(SINGLE_MEDIA_TYPE_IMA… in GetImageAlbumInfo()
501 …this->QueryPicturesTotalCount(SearchCondition(defaultCondition).SetBurstType(SINGLE_BURST_TYPE_ALL… in GetImageAlbumInfo()
532 info.totalCount = this->QueryPicturesTotalCount(SearchCondition(defaultCondition)); in GetVideoAlbumInfo()
609 info.totalCount = this->QueryPicturesTotalCount(SearchCondition(defaultCondition)); in GetFavoriteAlbumStatInfo()
621 …this->QueryPicturesTotalCount(SearchCondition(defaultCondition).SetBurstType(SINGLE_BURST_TYPE_ALL… in GetFavoriteAlbumStatInfo()
649 info.totalCount = this->QueryPicturesTotalCount(SearchCondition(defaultCondition)); in GetTrashedAlbumStatInfo()
663 …this->QueryPicturesTotalCount(SearchCondition(defaultCondition).SetBurstType(SINGLE_BURST_TYPE_ALL… in GetTrashedAlbumStatInfo()
691 info.totalCount = this->QueryPicturesTotalCount(SearchCondition(defaultCondition)); in GetHiddenAlbumStatInfo()
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
H A Dphotos_count_statistic.h54 int32_t QueryPicturesTotalCount(SearchCondition searchCondition);