Lines Matching refs:ConfigKey

92                                      const std::function<bool(const ConfigKey&)>& sendBroadcast,  in StatsLogProcessor()
377 std::vector<ConfigKey> configKeys; in resetConfigsLocked()
523 void StatsLogProcessor::OnConfigUpdated(const int64_t timestampNs, const ConfigKey& key, in OnConfigUpdated()
530 void StatsLogProcessor::OnConfigUpdatedLocked(const int64_t timestampNs, const ConfigKey& key, in OnConfigUpdatedLocked()
564 size_t StatsLogProcessor::GetMetricsSize(const ConfigKey& key) const { in GetMetricsSize()
591 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, in onDumpReport()
637 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, in onDumpReport()
659 const ConfigKey& key, const int64_t dumpTimeStampNs, in onConfigMetricsReportLocked()
718 const std::vector<ConfigKey>& configs) { in resetConfigsLocked()
736 std::vector<ConfigKey> configKeysTtlExpired; in resetIfConfigTtlExpiredLocked()
748 void StatsLogProcessor::OnConfigRemoved(const ConfigKey& key) { in OnConfigRemoved()
778 void StatsLogProcessor::flushIfNecessaryLocked(const ConfigKey& key, in flushIfNecessaryLocked()
824 void StatsLogProcessor::WriteDataToDiskLocked(const ConfigKey& key, in WriteDataToDiskLocked()
962 ConfigKey key(metadata.config_key().uid(), metadata.config_key().config_id()); in SetMetadataStateLocked()
1030 ConfigKey key(config.uid(), config.id()); in SetConfigsActiveStateLocked()
1072 int64_t StatsLogProcessor::getLastReportTimeNs(const ConfigKey& key) { in getLastReportTimeNs()
1118 void StatsLogProcessor::noteOnDiskData(const ConfigKey& key) { in noteOnDiskData()