Home
last modified time | relevance | path

Searched refs:FIELD_ID_TIME_BASE (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DCountMetricProducer.cpp52 const int FIELD_ID_TIME_BASE = 9; variable
224 protoOutput->write(FIELD_TYPE_INT64 | FIELD_ID_TIME_BASE, (long long)mTimeBaseNs); in onDumpReportLocked()
H A DGaugeMetricProducer.cpp48 const int FIELD_ID_TIME_BASE = 9; variable
260 protoOutput->write(FIELD_TYPE_INT64 | FIELD_ID_TIME_BASE, (long long)mTimeBaseNs); in onDumpReportLocked()
H A DDurationMetricProducer.cpp51 const int FIELD_ID_TIME_BASE = 9; variable
507 protoOutput->write(FIELD_TYPE_INT64 | FIELD_ID_TIME_BASE, (long long)mTimeBaseNs); in onDumpReportLocked()
H A DValueMetricProducer.cpp48 const int FIELD_ID_TIME_BASE = 9; variable
325 protoOutput->write(FIELD_TYPE_INT64 | FIELD_ID_TIME_BASE, (long long)mTimeBaseNs); in onDumpReportLocked()