Lines Matching refs:ConfigKey
86 const std::function<bool(const ConfigKey&)>& sendBroadcast, in StatsLogProcessor()
193 std::vector<ConfigKey> configKeys; in resetConfigsLocked()
307 void StatsLogProcessor::OnConfigUpdated(const int64_t timestampNs, const ConfigKey& key, in OnConfigUpdated()
315 const int64_t timestampNs, const ConfigKey& key, const StatsdConfig& config) { in OnConfigUpdatedLocked()
336 size_t StatsLogProcessor::GetMetricsSize(const ConfigKey& key) const { in GetMetricsSize()
363 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, in onDumpReport()
409 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, in onDumpReport()
431 const ConfigKey& key, const int64_t dumpTimeStampNs, in onConfigMetricsReportLocked()
490 const std::vector<ConfigKey>& configs) { in resetConfigsLocked()
507 std::vector<ConfigKey> configKeysTtlExpired; in resetIfConfigTtlExpiredLocked()
519 void StatsLogProcessor::OnConfigRemoved(const ConfigKey& key) { in OnConfigRemoved()
550 int64_t timestampNs, const ConfigKey& key, MetricsManager& metricsManager) { in flushIfNecessaryLocked()
593 void StatsLogProcessor::WriteDataToDiskLocked(const ConfigKey& key, in WriteDataToDiskLocked()
695 ConfigKey key(config.uid(), config.id()); in SetConfigsActiveStateLocked()
736 int64_t StatsLogProcessor::getLastReportTimeNs(const ConfigKey& key) { in getLastReportTimeNs()
745 void StatsLogProcessor::noteOnDiskData(const ConfigKey& key) { in noteOnDiskData()