Searched refs:TagId (Results 1 – 2 of 2) sorted by relevance
/packages/modules/StatsD/statsd/tests/metrics/ |
D | OringDurationTracker_test.cpp | 40 const int TagId = 1; variable 43 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); 45 const HashableDimensionKey kConditionKey1 = getMockedDimensionKey(TagId, 1, "maps"); 46 const HashableDimensionKey kEventKey1 = getMockedDimensionKey(TagId, 2, "maps"); 47 const HashableDimensionKey kEventKey2 = getMockedDimensionKey(TagId, 3, "maps"); 51 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() 53 const HashableDimensionKey kEventKey1 = getMockedDimensionKey(TagId, 2, "maps"); in TEST() 54 const HashableDimensionKey kEventKey2 = getMockedDimensionKey(TagId, 3, "maps"); in TEST() 85 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() 87 const HashableDimensionKey kEventKey1 = getMockedDimensionKey(TagId, 2, "maps"); in TEST() [all …]
|
D | MaxDurationTracker_test.cpp | 42 const int TagId = 1; variable 46 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "1"); 47 const HashableDimensionKey conditionKey = getMockedDimensionKey(TagId, 4, "1"); 48 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); 49 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); 53 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "1"); in TEST() 54 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); in TEST() 55 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); in TEST() 90 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "1"); in TEST() 91 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); in TEST() [all …]
|