Searched refs:anotherMetricId (Results 1 – 1 of 1) sorted by relevance
/packages/modules/StatsD/statsd/tests/e2e/ |
D | RestrictedConfig_e2e_test.cpp | 33 int64_t anotherMetricId; variable 55 anotherMetricId = anotherEventMetric.id(); in CreateConfigWithTwoMetrics() 259 verifyRestrictedData(logEvents.size(), anotherMetricId, true); in TEST_F() 268 verifyRestrictedData(logEvents.size(), anotherMetricId, false); in TEST_F() 302 EXPECT_THAT(receivedMetricIds, UnorderedElementsAre(metricId, anotherMetricId)); in TEST_F() 338 EXPECT_THAT(returnedMetricIds, UnorderedElementsAre(metricId, anotherMetricId)); in TEST_F() 425 EXPECT_THAT(receivedMetricIds, UnorderedElementsAre(metricId, anotherMetricId)); in TEST_F() 427 EXPECT_THAT(receivedMetricIds2, UnorderedElementsAre(metricId, anotherMetricId)); in TEST_F()
|