Home
last modified time | relevance | path

Searched refs:LostAtomType (Results 1 – 6 of 6) sorted by relevance

/packages/modules/StatsD/statsd/tests/metrics/
DEventMetricProducer_test.cpp373 MetricProducer::LostAtomType::kWhat); in TEST_F()
402 MetricProducer::LostAtomType::kWhat); in TEST_F()
432 MetricProducer::LostAtomType::kWhat); in TEST_F()
434 MetricProducer::LostAtomType::kWhat); in TEST_F()
481 MetricProducer::LostAtomType::kWhat); in TEST_F()
496 MetricProducer::LostAtomType::kWhat); in TEST_F()
511 MetricProducer::LostAtomType::kWhat); in TEST_F()
513 MetricProducer::LostAtomType::kWhat); in TEST_F()
528 MetricProducer::LostAtomType::kCondition); in TEST_F()
543 MetricProducer::LostAtomType::kCondition); in TEST_F()
[all …]
/packages/modules/StatsD/statsd/src/metrics/
DEventMetricProducer.cpp261 DataCorruptedReason reason, LostAtomType atomType) const { in determineCorruptionSeverity()
263 case LostAtomType::kWhat: in determineCorruptionSeverity()
265 case LostAtomType::kCondition: in determineCorruptionSeverity()
DMetricProducer.h213 enum class LostAtomType { enum
218 void onMatchedLogEventLost(int32_t atomId, DataCorruptedReason reason, LostAtomType atomType) { in onMatchedLogEventLost()
440 LostAtomType atomType);
613 LostAtomType atomType) const { in determineCorruptionSeverity()
DEventMetricProducer.h98 LostAtomType atomType) const override;
DMetricsManager.cpp770 lostAtomId, reason, MetricProducer::LostAtomType::kWhat); in notifyMetricsAboutLostAtom()
785 lostAtomId, reason, MetricProducer::LostAtomType::kCondition); in notifyMetricsAboutLostAtom()
DMetricProducer.cpp195 LostAtomType atomType) { in onMatchedLogEventLostLocked()