Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/guardrail/
DStatsdStats_test.cpp554 const int64_t configIdWithError = 111; in TEST() local
555 stats.noteQueryRestrictedMetricFailed(configIdWithError, configPackage, std::nullopt, in TEST()
557 stats.noteQueryRestrictedMetricFailed(configIdWithError, configPackage, std::nullopt, in TEST()
572 EXPECT_EQ(configIdWithError, report.restricted_metric_query_stats(1).config_id()); in TEST()