Searched refs:dumpTimeStampNs (Results 1 – 3 of 3) sorted by relevance
/packages/modules/StatsD/statsd/src/ |
D | StatsLogProcessor.cpp | 660 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, in onDumpReport() argument 697 onConfigMetricsReportLocked(key, dumpTimeStampNs, wallClockNs, in onDumpReport() 723 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, in onDumpReport() argument 729 onDumpReport(key, dumpTimeStampNs, wallClockNs, include_current_partial_bucket, erase_data, in onDumpReport() 742 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, in onDumpReport() argument 746 onDumpReport(key, dumpTimeStampNs, getWallClockNs(), include_current_partial_bucket, erase_data, in onDumpReport() 754 const ConfigKey& key, const int64_t dumpTimeStampNs, const int64_t wallClockNs, in onConfigMetricsReportLocked() argument 780 it->second->onDumpReport(dumpTimeStampNs, wallClockNs, include_current_partial_bucket, in onConfigMetricsReportLocked() 787 mUidMap->appendUidMap(dumpTimeStampNs, key, it->second->versionStringsInReport(), in onConfigMetricsReportLocked() 799 (long long)dumpTimeStampNs); in onConfigMetricsReportLocked()
|
D | StatsLogProcessor.h | 259 const ConfigKey& key, int64_t dumpTimeStampNs, int64_t wallClockNs,
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | MetricsManager.cpp | 479 void MetricsManager::onDumpReport(const int64_t dumpTimeStampNs, const int64_t wallClockNs, in onDumpReport() argument 500 producer->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, erase_data, in onDumpReport() 503 producer->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, erase_data, in onDumpReport() 508 producer->clearPastBuckets(dumpTimeStampNs); in onDumpReport() 523 mLastReportTimeNs = dumpTimeStampNs; in onDumpReport()
|