Searched refs:QueryLiveCount (Results 1 – 4 of 4) sorted by relevance
57 int32_t QueryLiveCount(int32_t searchType);
63 int32_t QueryLiveCount(int32_t searchType, int32_t mediaType);
248 int32_t PhotosCountStatistic::QueryLiveCount(int32_t searchType) in QueryLiveCount() function in OHOS::Media::PhotosCountStatistic757 info.totalCount = this->QueryLiveCount(SINGLE_SEARCH_TYPE_ALL); in GetLiveStatInfo()758 info.cloudCount = this->QueryLiveCount(SINGLE_SEARCH_TYPE_CLOUD); in GetLiveStatInfo()
292 int32_t GalleryMediaCountStatistic::QueryLiveCount(int32_t searchType, int32_t mediaType) in QueryLiveCount() function in OHOS::Media::GalleryMediaCountStatistic1025 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()