Searched refs:CreateTwoValueLogEvent (Results 1 – 6 of 6) sorted by relevance
| /packages/modules/StatsD/statsd/tests/metrics/ |
| D | GaugeMetricProducer_test.cpp | 242 CreateTwoValueLogEvent(&event1, tagId, bucketStartTimeNs + 10, 1, 10); in TEST_P() 267 CreateTwoValueLogEvent(&event2, tagId, bucketStartTimeNs + 59 * NS_PER_SEC, 1, 10); in TEST_P() 282 CreateTwoValueLogEvent(&event3, tagId, bucketStartTimeNs + 65 * NS_PER_SEC, 1, 10); in TEST_P() 291 CreateTwoValueLogEvent(&event4, tagId, bucketStartTimeNs + 125 * NS_PER_SEC, 1, 10); in TEST_P() 533 data->push_back(CreateTwoValueLogEvent(tagId, eventTimeNs + 10, 1000, 100)); in TEST() 554 allData.push_back(CreateTwoValueLogEvent(tagId, bucket2StartTimeNs + 1, 1000, 110)); in TEST() 791 data->push_back(CreateTwoValueLogEvent(tagId, eventTimeNs, 3, 4)); in TEST() 798 data->push_back(CreateTwoValueLogEvent(tagId, eventTimeNs, 4, 5)); in TEST() 805 data->push_back(CreateTwoValueLogEvent(tagId, eventTimeNs, 4, 6)); in TEST()
|
| D | NumericValueMetricProducer_test.cpp | 472 data->push_back(CreateTwoValueLogEvent(tagId, bucketStartTimeNs, 3, 3)); in TEST() 482 allData.push_back(CreateTwoValueLogEvent(tagId, bucket2StartTimeNs + 1, 3, 11)); in TEST() 497 allData.push_back(CreateTwoValueLogEvent(tagId, bucket3StartTimeNs + 1, 4, 23)); in TEST() 504 allData.push_back(CreateTwoValueLogEvent(tagId, bucket4StartTimeNs + 1, 3, 36)); in TEST() 1727 data->push_back(CreateTwoValueLogEvent(tagId, bucketStartTimeNs, 1, 3)); in TEST() 1750 allData.push_back(CreateTwoValueLogEvent(tagId, bucket2StartTimeNs + 1, 2, 4)); in TEST() 1751 allData.push_back(CreateTwoValueLogEvent(tagId, bucket2StartTimeNs + 1, 1, 11)); in TEST() 1793 data->push_back(CreateTwoValueLogEvent(tagId, bucketStartTimeNs, 1, 3)); in TEST() 1816 allData.push_back(CreateTwoValueLogEvent(tagId, bucket2StartTimeNs + 1, 2, 4)); in TEST() 1817 allData.push_back(CreateTwoValueLogEvent(tagId, bucket2StartTimeNs + 1, 1, 11)); in TEST() [all …]
|
| /packages/modules/StatsD/statsd/tests/external/ |
| D | puller_util_test.cpp | 236 CreateTwoValueLogEvent(nonUidAtomTagId, timestamp, isolatedNonAdditiveData, in TEST() 240 CreateTwoValueLogEvent(nonUidAtomTagId, timestamp, hostNonAdditiveData, in TEST()
|
| /packages/modules/StatsD/statsd/tests/ |
| D | statsd_test_util.h | 384 shared_ptr<LogEvent> CreateTwoValueLogEvent(int atomId, int64_t eventTimeNs, int32_t value1, 387 void CreateTwoValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, int32_t value1,
|
| D | statsd_test_util.cpp | 737 void CreateTwoValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, int32_t value1, in CreateTwoValueLogEvent() function 749 shared_ptr<LogEvent> CreateTwoValueLogEvent(int atomId, int64_t eventTimeNs, int32_t value1, in CreateTwoValueLogEvent() function 752 CreateTwoValueLogEvent(logEvent.get(), atomId, eventTimeNs, value1, value2); in CreateTwoValueLogEvent()
|
| D | LogEntryMatcher_test.cpp | 984 CreateTwoValueLogEvent(&event, TAG_ID, 0, 2, 3); in TEST()
|