Searched refs:reportMediaInfoMap_ (Results 1 – 1 of 1) sorted by relevance
41 …<int32_t, std::list<std::pair<uint64_t, std::shared_ptr<OHOS::Media::Meta>>>>> reportMediaInfoMap_; variable82 auto reportCtUidToMediaInfo = reportMediaInfoMap_.find(ct); in CollectReportMediaInfo()83 if (reportCtUidToMediaInfo != reportMediaInfoMap_.end()) { in CollectReportMediaInfo()91 reportMediaInfoMap_[ct][uid].push_back(metaAppIdPair); in CollectReportMediaInfo()93 g_reachMaxMapSize = (reportMediaInfoMap_[ct].size() >= MAX_MAP_SIZE); in CollectReportMediaInfo()100 if (reportMediaInfoMap_.empty()) { in StatisticsEventReport()105 for (const auto &it : reportMediaInfoMap_) { in StatisticsEventReport()110 reportMediaInfoMap_.clear(); in StatisticsEventReport()