Searched refs:atomType (Results 1 – 14 of 14) sorted by relevance
/packages/modules/StatsD/statsd/src/metrics/ |
D | KllMetricProducer.cpp | 194 int32_t /*atomId*/, DataCorruptedReason /*reason*/, LostAtomType atomType) const { in determineCorruptionSeverity() 195 switch (atomType) { in determineCorruptionSeverity()
|
D | MetricProducer.h | 219 void onMatchedLogEventLost(int32_t atomId, DataCorruptedReason reason, LostAtomType atomType) { in onMatchedLogEventLost() argument 221 onMatchedLogEventLostLocked(atomId, reason, atomType); in onMatchedLogEventLost() 453 LostAtomType atomType);
|
D | EventMetricProducer.cpp | 335 int32_t /*atomId*/, DataCorruptedReason reason, LostAtomType atomType) const { in determineCorruptionSeverity() 336 switch (atomType) { in determineCorruptionSeverity()
|
D | KllMetricProducer.h | 116 LostAtomType atomType) const override;
|
D | EventMetricProducer.h | 100 LostAtomType atomType) const override;
|
D | MetricProducer.cpp | 195 LostAtomType atomType) { in onMatchedLogEventLostLocked() argument 197 determineCorruptionSeverity(atomId, reason, atomType); in onMatchedLogEventLostLocked()
|
D | CountMetricProducer.h | 121 LostAtomType atomType) const override;
|
D | CountMetricProducer.cpp | 570 int32_t atomId, DataCorruptedReason /*reason*/, LostAtomType atomType) const { in determineCorruptionSeverity() 571 switch (atomType) { in determineCorruptionSeverity()
|
D | DurationMetricProducer.h | 144 LostAtomType atomType) const override;
|
D | GaugeMetricProducer.h | 183 LostAtomType atomType) const override;
|
D | NumericValueMetricProducer.cpp | 821 int32_t atomId, DataCorruptedReason /*reason*/, LostAtomType atomType) const { in determineCorruptionSeverity() 822 switch (atomType) { in determineCorruptionSeverity()
|
D | NumericValueMetricProducer.h | 169 LostAtomType atomType) const override;
|
D | GaugeMetricProducer.cpp | 791 int32_t atomId, DataCorruptedReason reason, LostAtomType atomType) const { in determineCorruptionSeverity() 792 switch (atomType) { in determineCorruptionSeverity()
|
D | DurationMetricProducer.cpp | 908 int32_t /*atomId*/, DataCorruptedReason /*reason*/, LostAtomType atomType) const { in determineCorruptionSeverity() 909 switch (atomType) { in determineCorruptionSeverity()
|