Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.cpp280 configStats->matcher_count = matchersCount; in noteConfigReceived()
1287 configStats->metric_count, configStats->condition_count, configStats->matcher_count, in dumpStats()
1364 configStats->condition_count, configStats->matcher_count, configStats->alert_count, in dumpStats()
1709 proto->write(FIELD_TYPE_INT32 | FIELD_ID_CONFIG_STATS_MATCHER_COUNT, configStats.matcher_count); in addConfigStatsToProto()
DStatsdStats.h88 int32_t matcher_count; member
/packages/modules/StatsD/statsd/src/
Dstats_log.proto499 optional int32 matcher_count = 7; field
/packages/modules/StatsD/statsd/tests/guardrail/
DStatsdStats_test.cpp89 EXPECT_EQ(matchersCount, configReport.matcher_count()); in TEST()