Home
last modified time | relevance | path

Searched refs:noteMetricsReportSent (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/statsd/tests/guardrail/
DStatsdStats_test.cpp266 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/
DStatsdStats.h356 void noteMetricsReportSent(const ConfigKey& key, const size_t numBytes,
1049 void noteMetricsReportSent(const ConfigKey& key, const size_t numBytes, int32_t timeSec,
DStatsdStats.cpp491 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/
DStatsLogProcessor.cpp715 StatsdStats::getInstance().noteMetricsReportSent(key, proto->size(), in onDumpReport()