Lines Matching refs:ConfigKey
97 const int64_t timeBaseNs, const std::function<bool(const ConfigKey&)>& sendBroadcast, in StatsLogProcessor()
99 const std::function<void(const ConfigKey&, const string&, const vector<int64_t>&)>& in StatsLogProcessor() argument
385 std::vector<ConfigKey> configKeys; in resetConfigsLocked()
546 const ConfigKey& key, const StatsdConfig& config, in OnConfigUpdated()
553 void StatsLogProcessor::OnConfigUpdated(const int64_t timestampNs, const ConfigKey& key, in OnConfigUpdated()
558 void StatsLogProcessor::OnConfigUpdatedLocked(const int64_t timestampNs, const ConfigKey& key, in OnConfigUpdatedLocked()
639 size_t StatsLogProcessor::GetMetricsSize(const ConfigKey& key) const { in GetMetricsSize()
660 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, in onDumpReport()
723 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, in onDumpReport()
742 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, in onDumpReport()
754 const ConfigKey& key, const int64_t dumpTimeStampNs, const int64_t wallClockNs, in onConfigMetricsReportLocked()
831 const std::vector<ConfigKey>& configs) { in resetConfigsLocked()
849 std::vector<ConfigKey> configKeysTtlExpired; in resetIfConfigTtlExpiredLocked()
862 void StatsLogProcessor::OnConfigRemoved(const ConfigKey& key) { in OnConfigRemoved()
962 set<ConfigKey> keysToQuery = getRestrictedConfigKeysToQueryLocked( in querySql()
1022 set<ConfigKey> StatsLogProcessor::getRestrictedConfigKeysToQueryLocked( in getRestrictedConfigKeysToQueryLocked()
1025 set<ConfigKey> matchedConfigKeys; in getRestrictedConfigKeysToQueryLocked()
1027 ConfigKey configKey(uid, configId); in getRestrictedConfigKeysToQueryLocked()
1033 set<ConfigKey> excludedKeys; in getRestrictedConfigKeysToQueryLocked()
1041 set<ConfigKey> result; in getRestrictedConfigKeysToQueryLocked()
1096 set<ConfigKey> keysToGetMetrics = getRestrictedConfigKeysToQueryLocked( in fillRestrictedMetrics()
1099 for (const ConfigKey& key : keysToGetMetrics) { in fillRestrictedMetrics()
1114 void StatsLogProcessor::flushIfNecessaryLocked(const ConfigKey& key, in flushIfNecessaryLocked()
1172 void StatsLogProcessor::WriteDataToDiskLocked(const ConfigKey& key, const int64_t timestampNs, in WriteDataToDiskLocked()
1314 ConfigKey key(metadata.config_key().uid(), metadata.config_key().config_id()); in SetMetadataStateLocked()
1382 ConfigKey key(config.uid(), config.id()); in SetConfigsActiveStateLocked()
1427 int64_t StatsLogProcessor::getLastReportTimeNs(const ConfigKey& key) { in getLastReportTimeNs()
1474 void StatsLogProcessor::noteOnDiskData(const ConfigKey& key) { in noteOnDiskData()