OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sortLogEventsByTimestamp
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/cmds/statsd/benchmark/
metric_util.h
155
void
sortLogEventsByTimestamp
(std::vector<std::unique_ptr<LogEvent>> *events);
duration_metric_benchmark.cpp
211
sortLogEventsByTimestamp
(&events);
305
sortLogEventsByTimestamp
(&events);
metric_util.cpp
381
void
sortLogEventsByTimestamp
(std::vector<std::unique_ptr<LogEvent>> *events) {
/frameworks/base/cmds/statsd/tests/e2e/
WakelockDuration_e2e_test.cpp
109
sortLogEventsByTimestamp
(&events);
213
sortLogEventsByTimestamp
(&events);
321
sortLogEventsByTimestamp
(&events);
MetricConditionLink_e2e_test.cpp
196
sortLogEventsByTimestamp
(&events);
314
sortLogEventsByTimestamp
(&events);
Attribution_e2e_test.cpp
140
sortLogEventsByTimestamp
(&events);
286
sortLogEventsByTimestamp
(&events);
DimensionInCondition_e2e_combination_OR_cond_test.cpp
125
sortLogEventsByTimestamp
(&events);
341
sortLogEventsByTimestamp
(&events);
525
sortLogEventsByTimestamp
(&events);
[
all
...]
DimensionInCondition_e2e_simple_cond_test.cpp
137
sortLogEventsByTimestamp
(&events);
432
sortLogEventsByTimestamp
(&events);
[
all
...]
DimensionInCondition_e2e_combination_AND_cond_test.cpp
178
sortLogEventsByTimestamp
(&events);
514
sortLogEventsByTimestamp
(&events);
[
all
...]
GaugeMetric_e2e_push_test.cpp
145
sortLogEventsByTimestamp
(&events);
/frameworks/base/cmds/statsd/tests/
statsd_test_util.h
187
void
sortLogEventsByTimestamp
(std::vector<std::unique_ptr<LogEvent>> *events);
statsd_test_util.cpp
474
void
sortLogEventsByTimestamp
(std::vector<std::unique_ptr<LogEvent>> *events) {
[
all
...]
Completed in 3306 milliseconds