Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tests/guardrail/
DStatsdStats_test.cpp132 stats.noteMetricsReportSent(key, 0); in TEST()
133 stats.noteMetricsReportSent(key, 0); in TEST()
134 stats.noteMetricsReportSent(key, 0); in TEST()
386 stats.noteMetricsReportSent(key, 0, timestamps[i]); in TEST()
396 stats.noteMetricsReportSent(key, 0, 10000); in TEST()
/frameworks/base/cmds/statsd/src/guardrail/
DStatsdStats.h225 void noteMetricsReportSent(const ConfigKey& key, const size_t num_bytes);
595 void noteMetricsReportSent(const ConfigKey& key, const size_t num_bytes, int32_t timeSec);
DStatsdStats.cpp290 void StatsdStats::noteMetricsReportSent(const ConfigKey& key, const size_t num_bytes) { in noteMetricsReportSent() function in android::os::statsd::StatsdStats
291 noteMetricsReportSent(key, num_bytes, getWallClockSec()); in noteMetricsReportSent()
294 void StatsdStats::noteMetricsReportSent(const ConfigKey& key, const size_t num_bytes, in noteMetricsReportSent() function in android::os::statsd::StatsdStats
/frameworks/base/cmds/statsd/src/
DStatsLogProcessor.cpp415 StatsdStats::getInstance().noteMetricsReportSent(key, proto.size()); in onDumpReport()