Lines Matching refs:ConfigKey
190 void noteConfigReceived(const ConfigKey& key, int metricsCount, int conditionsCount,
197 void noteConfigRemoved(const ConfigKey& key);
201 void noteConfigReset(const ConfigKey& key);
206 void noteBroadcastSent(const ConfigKey& key);
213 void noteActiveStatusChanged(const ConfigKey& key, bool activate);
218 void noteDataDropped(const ConfigKey& key, const size_t totalBytes);
225 void noteMetricsReportSent(const ConfigKey& key, const size_t num_bytes);
237 void noteConditionDimensionSize(const ConfigKey& key, const int64_t& id, int size);
249 void noteMetricDimensionSize(const ConfigKey& key, const int64_t& id, int size);
261 void noteMetricDimensionInConditionSize(const ConfigKey& key, const int64_t& id, int size);
269 void noteMatcherMatched(const ConfigKey& key, const int64_t& id);
277 void noteAnomalyDeclared(const ConfigKey& key, const int64_t& id);
519 std::map<const ConfigKey, std::shared_ptr<ConfigStats>> mConfigStats;
587 void noteConfigResetInternalLocked(const ConfigKey& key);
589 void noteConfigRemovedInternalLocked(const ConfigKey& key);
593 void noteDataDropped(const ConfigKey& key, const size_t totalBytes, int32_t timeSec);
595 void noteMetricsReportSent(const ConfigKey& key, const size_t num_bytes, int32_t timeSec);
597 void noteBroadcastSent(const ConfigKey& key, int32_t timeSec);
599 void noteActiveStatusChanged(const ConfigKey& key, bool activate, int32_t timeSec);