Home
last modified time | relevance | path

Searched refs:dumpTimeStampNs (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/statsd/src/
DStatsLogProcessor.cpp363 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, in onDumpReport() argument
396 onConfigMetricsReportLocked(key, dumpTimeStampNs, include_current_partial_bucket, in onDumpReport()
409 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, in onDumpReport() argument
416 onDumpReport(key, dumpTimeStampNs, include_current_partial_bucket, erase_data, in onDumpReport()
431 const ConfigKey& key, const int64_t dumpTimeStampNs, in onConfigMetricsReportLocked() argument
449 it->second->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, erase_data, in onConfigMetricsReportLocked()
457 dumpTimeStampNs, key, it->second->hashStringInReport() ? &str_set : nullptr, in onConfigMetricsReportLocked()
466 (long long)dumpTimeStampNs); in onConfigMetricsReportLocked()
DStatsLogProcessor.h170 const ConfigKey& key, const int64_t dumpTimeStampNs,
/frameworks/base/cmds/statsd/src/metrics/
DMetricsManager.cpp224 void MetricsManager::onDumpReport(const int64_t dumpTimeStampNs, in onDumpReport() argument
237 producer->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, erase_data, in onDumpReport()
240 producer->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, erase_data, in onDumpReport()
245 producer->clearPastBuckets(dumpTimeStampNs); in onDumpReport()
257 mLastReportTimeNs = dumpTimeStampNs; in onDumpReport()