Home
last modified time | relevance | path

Searched refs:CounterStats (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/lib/libstatsgtestmatchers/include/
Dgtest_matchers.h247 using CounterStats = StatsdStatsReport_CounterStats; variable
249 EQ_MATCHER(CounterStats,
250 PROPERTY_EQ(CounterStats, counter_type),
251 PROPERTY_EQ(CounterStats, count)
253 TYPE_PRINTER(CounterStats,
/packages/modules/StatsD/statsd/src/
Dstats_log.proto466 message CounterStats { message
755 repeated CounterStats counters = 1;
/packages/modules/StatsD/statsd/tests/guardrail/
DStatsdStats_test.cpp1223 CounterStats buildCounterStats(CounterType counter, int32_t count) { in buildCounterStats()
1224 CounterStats msg; in buildCounterStats()
1240 vector<CounterStats> expectedCounterStats{ in TEST()