Home
last modified time | relevance | path

Searched refs:QueryLiveCount (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
H A Dphotos_count_statistic.h57 int32_t QueryLiveCount(int32_t searchType);
H A Dgallery_media_count_statistic.h63 int32_t QueryLiveCount(int32_t searchType, int32_t mediaType);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/report/
H A Dphotos_count_statistic.cpp248 int32_t PhotosCountStatistic::QueryLiveCount(int32_t searchType) in QueryLiveCount() function in OHOS::Media::PhotosCountStatistic
757 info.totalCount = this->QueryLiveCount(SINGLE_SEARCH_TYPE_ALL); in GetLiveStatInfo()
758 info.cloudCount = this->QueryLiveCount(SINGLE_SEARCH_TYPE_CLOUD); in GetLiveStatInfo()
H A Dgallery_media_count_statistic.cpp292 int32_t GalleryMediaCountStatistic::QueryLiveCount(int32_t searchType, int32_t mediaType) in QueryLiveCount() function in OHOS::Media::GalleryMediaCountStatistic
1025 info.totalCount = this->QueryLiveCount(DUAL_SEARCH_TYPE_ALL, DUAL_MEDIA_TYPE_ALL); in GetLiveStatInfo()
1026 info.cloudCount = this->QueryLiveCount(DUAL_SEARCH_TYPE_CLOUD, DUAL_MEDIA_TYPE_ALL); in GetLiveStatInfo()