Searched defs:makeLogEvent (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/modules/StatsD/statsd/tests/log_event/ |
H A D | LogEventQueue_test.cpp | 37 std::unique_ptr<LogEvent> makeLogEvent(uint64_t timestampNs) { in makeLogEvent() function
|
/aosp12/packages/modules/StatsD/statsd/tests/metrics/ |
H A D | CountMetricProducer_test.cpp | 46 void makeLogEvent(LogEvent* logEvent, int64_t timestampNs, int atomId) { in makeLogEvent() function 54 void makeLogEvent(LogEvent* logEvent, int64_t timestampNs, int atomId, string uid) { in makeLogEvent() function
|
H A D | EventMetricProducer_test.cpp | 44 void makeLogEvent(LogEvent* logEvent, int32_t atomId, int64_t timestampNs, string str) { in makeLogEvent() function
|
H A D | DurationMetricProducer_test.cpp | 49 void makeLogEvent(LogEvent* logEvent, int64_t timestampNs, int atomId) { in makeLogEvent() function
|
H A D | GaugeMetricProducer_test.cpp | 59 shared_ptr<LogEvent> makeLogEvent(int32_t atomId, int64_t timestampNs, int32_t value1, string str1, in makeLogEvent() function
|
/aosp12/packages/modules/StatsD/statsd/tests/ |
H A D | FieldValue_test.cpp | 37 void makeLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeLogEvent() function 50 void makeLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeLogEvent() function
|