Searched refs:QueryAllRestoreCount (Results 1 – 2 of 2) sorted by relevance
117 int32_t PhotosCountStatistic::QueryAllRestoreCount(SearchCondition searchCondition) in QueryAllRestoreCount() function in OHOS::Media::PhotosCountStatistic377 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 …]
53 int32_t QueryAllRestoreCount(SearchCondition searchCondition);