Searched refs:dumpTimeStampNs (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/cmds/statsd/src/metrics/ |
D | MetricsManager.cpp | 235 void MetricsManager::onDumpReport(const int64_t dumpTimeStampNs, in onDumpReport() argument 248 producer->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, erase_data, in onDumpReport() 251 producer->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, erase_data, in onDumpReport() 256 producer->clearPastBuckets(dumpTimeStampNs); in onDumpReport() 268 mLastReportTimeNs = dumpTimeStampNs; in onDumpReport()
|
/frameworks/base/cmds/statsd/src/ |
D | StatsLogProcessor.cpp | 354 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, in onDumpReport() argument 387 onConfigMetricsReportLocked(key, dumpTimeStampNs, include_current_partial_bucket, in onDumpReport() 400 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, in onDumpReport() argument 407 onDumpReport(key, dumpTimeStampNs, include_current_partial_bucket, erase_data, in onDumpReport() 422 const ConfigKey& key, const int64_t dumpTimeStampNs, in onConfigMetricsReportLocked() argument 440 it->second->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, erase_data, in onConfigMetricsReportLocked() 448 dumpTimeStampNs, key, it->second->hashStringInReport() ? &str_set : nullptr, in onConfigMetricsReportLocked() 457 (long long)dumpTimeStampNs); in onConfigMetricsReportLocked()
|
D | StatsLogProcessor.h | 180 const ConfigKey& key, const int64_t dumpTimeStampNs,
|