Searched defs:makeLogEvent (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/packages/modules/StatsD/statsd/tests/metrics/ |
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
|
D | EventMetricProducer_test.cpp | 43 void makeLogEvent(LogEvent* logEvent, int32_t atomId, int64_t timestampNs, string str, in makeLogEvent() function
|
D | DurationMetricProducer_test.cpp | 49 void makeLogEvent(LogEvent* logEvent, int64_t timestampNs, int atomId) { in makeLogEvent() function
|
D | GaugeMetricProducer_test.cpp | 59 shared_ptr<LogEvent> makeLogEvent(int32_t atomId, int64_t timestampNs, int32_t value1, string str1, in makeLogEvent() function
|
/aosp_15_r20/packages/modules/StatsD/statsd/tests/log_event/ |
D | LogEventQueue_test.cpp | 46 std::unique_ptr<LogEvent> makeLogEvent(uint64_t timestampNs) { in makeLogEvent() function
|
/aosp_15_r20/packages/modules/StatsD/statsd/tests/ |
D | FieldValue_test.cpp | 38 void makeLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeLogEvent() function 51 void makeLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeLogEvent() function
|
/aosp_15_r20/packages/modules/StatsD/statsd/tests/utils/ |
D | DbUtils_test.cpp | 48 LogEvent makeLogEvent(AStatsEvent* statsEvent) { in makeLogEvent() function
|