Home
last modified time | relevance | path

Searched refs:include_current_partial_bucket (Results 1 – 13 of 13) sorted by relevance

/packages/modules/StatsD/statsd/src/
DStatsLogProcessor.h62 const bool include_current_partial_bucket, const bool erase_data,
66 const bool include_current_partial_bucket, const bool erase_data,
71 const bool include_current_partial_bucket, const bool erase_data,
225 const bool include_current_partial_bucket, const bool erase_data,
DStatsLogProcessor.cpp594 const bool include_current_partial_bucket, in onDumpReport() argument
625 include_current_partial_bucket, erase_data, dumpReportReason, in onDumpReport()
640 const bool include_current_partial_bucket, in onDumpReport() argument
644 onDumpReport(key, dumpTimeStampNs, wallClockNs, include_current_partial_bucket, erase_data, in onDumpReport()
660 const bool include_current_partial_bucket, in onDumpReport() argument
663 onDumpReport(key, dumpTimeStampNs, getWallClockNs(), include_current_partial_bucket, erase_data, in onDumpReport()
672 const bool include_current_partial_bucket, const bool erase_data, in onConfigMetricsReportLocked() argument
689 it->second->onDumpReport(dumpTimeStampNs, wallClockNs, include_current_partial_bucket, in onConfigMetricsReportLocked()
/packages/modules/StatsD/statsd/src/metrics/
DMetricProducer.h246 const bool include_current_partial_bucket, in onDumpReport() argument
252 return onDumpReportLocked(dumpTimeNs, include_current_partial_bucket, erase_data, in onDumpReport()
432 const bool include_current_partial_bucket,
DMetricsManager.cpp411 const bool include_current_partial_bucket, const bool erase_data, in onDumpReport() argument
421 producer->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, erase_data, in onDumpReport()
424 producer->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, erase_data, in onDumpReport()
DEventMetricProducer.h60 const bool include_current_partial_bucket,
DCountMetricProducer.cpp207 const bool include_current_partial_bucket, in onDumpReportLocked() argument
212 if (include_current_partial_bucket) { in onDumpReportLocked()
DCountMetricProducer.h73 const bool include_current_partial_bucket,
DDurationMetricProducer.h90 const bool include_current_partial_bucket,
DGaugeMetricProducer.cpp237 const bool include_current_partial_bucket, in onDumpReportLocked() argument
243 if (include_current_partial_bucket) { in onDumpReportLocked()
DGaugeMetricProducer.h112 const bool include_current_partial_bucket,
DEventMetricProducer.cpp163 const bool include_current_partial_bucket, in onDumpReportLocked() argument
DDurationMetricProducer.cpp489 const bool include_current_partial_bucket, in onDumpReportLocked() argument
494 if (include_current_partial_bucket) { in onDumpReportLocked()
DMetricsManager.h136 const bool include_current_partial_bucket, const bool erase_data,