Home
last modified time | relevance | path

Searched refs:atomType (Results 1 – 14 of 14) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/
DKllMetricProducer.cpp194 int32_t /*atomId*/, DataCorruptedReason /*reason*/, LostAtomType atomType) const { in determineCorruptionSeverity()
195 switch (atomType) { in determineCorruptionSeverity()
DMetricProducer.h219 void onMatchedLogEventLost(int32_t atomId, DataCorruptedReason reason, LostAtomType atomType) { in onMatchedLogEventLost() argument
221 onMatchedLogEventLostLocked(atomId, reason, atomType); in onMatchedLogEventLost()
453 LostAtomType atomType);
DEventMetricProducer.cpp335 int32_t /*atomId*/, DataCorruptedReason reason, LostAtomType atomType) const { in determineCorruptionSeverity()
336 switch (atomType) { in determineCorruptionSeverity()
DKllMetricProducer.h116 LostAtomType atomType) const override;
DEventMetricProducer.h100 LostAtomType atomType) const override;
DMetricProducer.cpp195 LostAtomType atomType) { in onMatchedLogEventLostLocked() argument
197 determineCorruptionSeverity(atomId, reason, atomType); in onMatchedLogEventLostLocked()
DCountMetricProducer.h121 LostAtomType atomType) const override;
DCountMetricProducer.cpp570 int32_t atomId, DataCorruptedReason /*reason*/, LostAtomType atomType) const { in determineCorruptionSeverity()
571 switch (atomType) { in determineCorruptionSeverity()
DDurationMetricProducer.h144 LostAtomType atomType) const override;
DGaugeMetricProducer.h183 LostAtomType atomType) const override;
DNumericValueMetricProducer.cpp821 int32_t atomId, DataCorruptedReason /*reason*/, LostAtomType atomType) const { in determineCorruptionSeverity()
822 switch (atomType) { in determineCorruptionSeverity()
DNumericValueMetricProducer.h169 LostAtomType atomType) const override;
DGaugeMetricProducer.cpp791 int32_t atomId, DataCorruptedReason reason, LostAtomType atomType) const { in determineCorruptionSeverity()
792 switch (atomType) { in determineCorruptionSeverity()
DDurationMetricProducer.cpp908 int32_t /*atomId*/, DataCorruptedReason /*reason*/, LostAtomType atomType) const { in determineCorruptionSeverity()
909 switch (atomType) { in determineCorruptionSeverity()