Lines Matching refs:ConfigKey
200 void noteConfigReceived(const ConfigKey& key, int metricsCount, int conditionsCount,
207 void noteConfigRemoved(const ConfigKey& key);
211 void noteConfigReset(const ConfigKey& key);
216 void noteBroadcastSent(const ConfigKey& key);
223 void noteActiveStatusChanged(const ConfigKey& key, bool activate);
228 void noteDataDropped(const ConfigKey& key, const size_t totalBytes);
235 void noteMetricsReportSent(const ConfigKey& key, const size_t num_bytes);
247 void noteConditionDimensionSize(const ConfigKey& key, const int64_t& id, int size);
259 void noteMetricDimensionSize(const ConfigKey& key, const int64_t& id, int size);
271 void noteMetricDimensionInConditionSize(const ConfigKey& key, const int64_t& id, int size);
279 void noteMatcherMatched(const ConfigKey& key, const int64_t& id);
287 void noteAnomalyDeclared(const ConfigKey& key, const int64_t& id);
559 std::map<const ConfigKey, std::shared_ptr<ConfigStats>> mConfigStats;
633 void noteConfigResetInternalLocked(const ConfigKey& key);
635 void noteConfigRemovedInternalLocked(const ConfigKey& key);
639 void noteDataDropped(const ConfigKey& key, const size_t totalBytes, int32_t timeSec);
641 void noteMetricsReportSent(const ConfigKey& key, const size_t num_bytes, int32_t timeSec);
643 void noteBroadcastSent(const ConfigKey& key, int32_t timeSec);
645 void noteActiveStatusChanged(const ConfigKey& key, bool activate, int32_t timeSec);