Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tests/metrics/
DDurationMetricProducer_test.cpp233 LogEvent end_event(tagId, endTimeNs); in TEST() local
234 end_event.init(); in TEST()
235 durationProducer.onMatchedLogEvent(2 /* stop index*/, end_event); in TEST()
290 LogEvent end_event(tagId, endTimeNs); in TEST() local
291 end_event.init(); in TEST()
292 durationProducer.onMatchedLogEvent(2 /* stop index*/, end_event); in TEST()
333 LogEvent end_event(tagId, endTimeNs); in TEST() local
334 end_event.init(); in TEST()
335 durationProducer.onMatchedLogEvent(2 /* stop index*/, end_event); in TEST()
374 LogEvent end_event(tagId, endTimeNs); in TEST() local
[all …]