Searched refs:CreateFinishScheduledJobEvent (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/cmds/statsd/benchmark/ |
D | duration_metric_benchmark.cpp | 166 events.push_back(CreateFinishScheduledJobEvent(bucketStartTimeNs + 101, attributionUids1, in BM_DurationMetricNoLink() 171 events.push_back(CreateFinishScheduledJobEvent(bucketStartTimeNs + 500, attributionUids1, in BM_DurationMetricNoLink() 177 events.push_back(CreateFinishScheduledJobEvent(bucketStartTimeNs + bucketSizeNs + 850, in BM_DurationMetricNoLink() 182 events.push_back(CreateFinishScheduledJobEvent(bucketStartTimeNs + bucketSizeNs + 900, in BM_DurationMetricNoLink() 250 events.push_back(CreateFinishScheduledJobEvent(bucketStartTimeNs + 101, attributionUids1, in BM_DurationMetricLink() 257 events.push_back(CreateFinishScheduledJobEvent(bucketStartTimeNs + 500, attributionUids2, in BM_DurationMetricLink() 261 events.push_back(CreateFinishScheduledJobEvent(bucketStartTimeNs + bucketSizeNs + 850, in BM_DurationMetricLink() 268 events.push_back(CreateFinishScheduledJobEvent(bucketStartTimeNs + bucketSizeNs + 900, in BM_DurationMetricLink()
|
D | metric_util.h | 112 std::unique_ptr<LogEvent> CreateFinishScheduledJobEvent(uint64_t timestampNs,
|
D | metric_util.cpp | 309 std::unique_ptr<LogEvent> CreateFinishScheduledJobEvent(uint64_t timestampNs, in CreateFinishScheduledJobEvent() function
|
/frameworks/base/cmds/statsd/tests/ |
D | statsd_test_util.h | 263 std::unique_ptr<LogEvent> CreateFinishScheduledJobEvent(uint64_t timestampNs,
|
D | statsd_test_util.cpp | 734 std::unique_ptr<LogEvent> CreateFinishScheduledJobEvent(uint64_t timestampNs, in CreateFinishScheduledJobEvent() function
|
D | StatsLogProcessor_test.cpp | 1631 std::unique_ptr<LogEvent> event2 = CreateFinishScheduledJobEvent( in TEST()
|