Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/tests/e2e/
H A DWakelockDuration_e2e_test.cpp108 sortLogEventsByTimestamp(&events); in FeedEvents()
213 sortLogEventsByTimestamp(&events); in TEST()
322 sortLogEventsByTimestamp(&events); in TEST()
H A DMetricConditionLink_e2e_test.cpp193 sortLogEventsByTimestamp(&events); in TEST()
312 sortLogEventsByTimestamp(&events); in TEST()
H A DAttribution_e2e_test.cpp144 sortLogEventsByTimestamp(&events); in TEST()
257 sortLogEventsByTimestamp(&events); in TEST()
H A DGaugeMetric_e2e_push_test.cpp128 sortLogEventsByTimestamp(&events); in TEST()
/aosp12/packages/modules/StatsD/statsd/benchmark/
H A Dmetric_util.h134 void sortLogEventsByTimestamp(std::vector<std::unique_ptr<LogEvent>> *events);
H A Dduration_metric_benchmark.cpp208 sortLogEventsByTimestamp(&events); in BM_DurationMetricNoLink()
299 sortLogEventsByTimestamp(&events); in BM_DurationMetricLink()
H A Dmetric_util.cpp365 void sortLogEventsByTimestamp(std::vector<std::unique_ptr<LogEvent>> *events) { in sortLogEventsByTimestamp() function
/aosp12/packages/modules/StatsD/statsd/tests/
H A Dstatsd_test_util.h380 void sortLogEventsByTimestamp(std::vector<std::unique_ptr<LogEvent>> *events);
H A Dstatsd_test_util.cpp1122 void sortLogEventsByTimestamp(std::vector<std::unique_ptr<LogEvent>> *events) { in sortLogEventsByTimestamp() function