HomeSort by relevance Sort by last modified time
    Searched refs:matcher_stats (Results 1 - 4 of 4) sorted by null

  /frameworks/base/cmds/statsd/tests/guardrail/
StatsdStats_test.cpp 153 if (configReport.matcher_stats(0).id() == StringToId("matcher1")) {
154 EXPECT_EQ(2, configReport.matcher_stats(0).matched_times());
155 EXPECT_EQ(1, configReport.matcher_stats(1).matched_times());
156 EXPECT_EQ(StringToId("matcher2"), configReport.matcher_stats(1).id());
159 EXPECT_EQ(1, configReport.matcher_stats(0).matched_times());
160 EXPECT_EQ(StringToId("matcher2"), configReport.matcher_stats(0).id());
162 EXPECT_EQ(2, configReport.matcher_stats(1).matched_times());
163 EXPECT_EQ(StringToId("matcher1"), configReport.matcher_stats(1).id());
194 EXPECT_EQ(StringToId("matcher99"), configReport2.matcher_stats(0).id());
195 EXPECT_EQ(1, configReport2.matcher_stats(0).matched_times())
    [all...]
  /frameworks/base/cmds/statsd/src/guardrail/
StatsdStats.h 49 std::map<const int64_t, int> matcher_stats; member in struct:android::os::statsd::ConfigStats
StatsdStats.cpp 311 statsIt->second->matcher_stats[id]++;
397 config.second->matcher_stats.clear();
470 for (const auto& stats : pair.second->matcher_stats) {
587 for (const auto& pair : configStats.matcher_stats) {
  /frameworks/base/cmds/statsd/src/
stats_log.proto 326 repeated MatcherStats matcher_stats = 13;

Completed in 486 milliseconds