Searched refs:dumpTimeStampNs (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/cmds/statsd/src/metrics/ |
D | MetricsManager.cpp | 196 void MetricsManager::onDumpReport(const int64_t dumpTimeStampNs, in onDumpReport() argument 207 producer->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, str_set, in onDumpReport() 210 producer->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, nullptr, in onDumpReport() 215 producer->clearPastBuckets(dumpTimeStampNs); in onDumpReport() 227 mLastReportTimeNs = dumpTimeStampNs; in onDumpReport()
|
/frameworks/base/cmds/statsd/src/ |
D | StatsLogProcessor.cpp | 308 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, in onDumpReport() argument 336 onConfigMetricsReportLocked(key, dumpTimeStampNs, include_current_partial_bucket, in onDumpReport() 364 const int64_t dumpTimeStampNs, in onConfigMetricsReportLocked() argument 381 it->second->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, in onConfigMetricsReportLocked() 389 mUidMap->appendUidMap(dumpTimeStampNs, key, &str_set, proto); in onConfigMetricsReportLocked() 391 mUidMap->appendUidMap(dumpTimeStampNs, key, nullptr, proto); in onConfigMetricsReportLocked() 400 (long long)dumpTimeStampNs); in onConfigMetricsReportLocked()
|
D | StatsLogProcessor.h | 144 void onConfigMetricsReportLocked(const ConfigKey& key, const int64_t dumpTimeStampNs,
|