Searched refs:noteMetricsReportSent (Results 1 – 4 of 4) sorted by relevance
/packages/modules/StatsD/statsd/tests/guardrail/ |
D | StatsdStats_test.cpp | 266 stats.noteMetricsReportSent(key, 0, 1); in TEST() 267 stats.noteMetricsReportSent(key, 0, 2); in TEST() 268 stats.noteMetricsReportSent(key, 0, 3); in TEST() 604 stats.noteMetricsReportSent(key, 0, timestamps[i], i + 1); in TEST() 614 stats.noteMetricsReportSent(key, 0, 10000, 21); in TEST()
|
/packages/modules/StatsD/statsd/src/guardrail/ |
D | StatsdStats.h | 356 void noteMetricsReportSent(const ConfigKey& key, const size_t numBytes, 1049 void noteMetricsReportSent(const ConfigKey& key, const size_t numBytes, int32_t timeSec,
|
D | StatsdStats.cpp | 491 void StatsdStats::noteMetricsReportSent(const ConfigKey& key, const size_t numBytes, in noteMetricsReportSent() function in android::os::statsd::StatsdStats 493 noteMetricsReportSent(key, numBytes, getWallClockSec(), reportNumber); in noteMetricsReportSent() 496 void StatsdStats::noteMetricsReportSent(const ConfigKey& key, const size_t numBytes, in noteMetricsReportSent() function in android::os::statsd::StatsdStats
|
/packages/modules/StatsD/statsd/src/ |
D | StatsLogProcessor.cpp | 715 StatsdStats::getInstance().noteMetricsReportSent(key, proto->size(), in onDumpReport()
|