Lines Matching refs:ConfigKey
321 void noteConfigReceived(const ConfigKey& key, int metricsCount, int conditionsCount,
328 void noteConfigRemoved(const ConfigKey& key);
332 void noteConfigReset(const ConfigKey& key);
337 void noteBroadcastSent(const ConfigKey& key);
344 void noteActiveStatusChanged(const ConfigKey& key, bool activate);
349 void noteDataDropped(const ConfigKey& key, const size_t totalBytes);
356 void noteMetricsReportSent(const ConfigKey& key, const size_t numBytes,
362 void noteDeviceInfoTableCreationFailed(const ConfigKey& key);
367 void noteDbCorrupted(const ConfigKey& key);
372 void noteDbSizeExceeded(const ConfigKey& key);
377 void noteDbStatFailed(const ConfigKey& key);
382 void noteDbConfigInvalid(const ConfigKey& key);
387 void noteDbTooOld(const ConfigKey& key);
392 void noteDbDeletionConfigRemoved(const ConfigKey& key);
397 void noteDbDeletionConfigUpdated(const ConfigKey& key);
402 void noteConfigMetadataProviderPromotionFailed(const ConfigKey& key);
414 void noteConditionDimensionSize(const ConfigKey& key, int64_t id, int size);
426 void noteMetricDimensionSize(const ConfigKey& key, int64_t id, int size);
438 void noteMetricDimensionInConditionSize(const ConfigKey& key, int64_t id, int size);
446 void noteMatcherMatched(const ConfigKey& key, int64_t id);
454 void noteAnomalyDeclared(const ConfigKey& key, int64_t id);
669 void noteRestrictedMetricInsertError(const ConfigKey& configKey, int64_t metricId);
672 void noteRestrictedMetricTableCreationError(const ConfigKey& configKey, int64_t metricId);
675 void noteRestrictedMetricTableDeletionError(const ConfigKey& configKey, int64_t metricId);
678 void noteRestrictedMetricFlushLatency(const ConfigKey& configKey, int64_t metricId,
682 void noteRestrictedMetricCategoryChanged(const ConfigKey& configKey, int64_t metricId);
685 void noteRestrictedConfigFlushLatency(const ConfigKey& configKey,
689 void noteRestrictedConfigDbSize(const ConfigKey& configKey, int64_t elapsedTimeNs,
849 std::map<const ConfigKey, std::shared_ptr<ConfigStats>> mConfigStats;
1037 void noteConfigResetInternalLocked(const ConfigKey& key);
1039 void noteConfigRemovedInternalLocked(const ConfigKey& key);
1047 void noteDataDropped(const ConfigKey& key, const size_t totalBytes, int32_t timeSec);
1049 void noteMetricsReportSent(const ConfigKey& key, const size_t numBytes, int32_t timeSec,
1052 void noteBroadcastSent(const ConfigKey& key, int32_t timeSec);
1054 void noteActiveStatusChanged(const ConfigKey& key, bool activate, int32_t timeSec);