Home
last modified time | relevance | path

Searched defs:makeLogEvent (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/StatsD/statsd/tests/metrics/
DCountMetricProducer_test.cpp46 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
DEventMetricProducer_test.cpp43 void makeLogEvent(LogEvent* logEvent, int32_t atomId, int64_t timestampNs, string str, in makeLogEvent() function
DDurationMetricProducer_test.cpp49 void makeLogEvent(LogEvent* logEvent, int64_t timestampNs, int atomId) { in makeLogEvent() function
DGaugeMetricProducer_test.cpp59 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/
DLogEventQueue_test.cpp46 std::unique_ptr<LogEvent> makeLogEvent(uint64_t timestampNs) { in makeLogEvent() function
/aosp_15_r20/packages/modules/StatsD/statsd/tests/
DFieldValue_test.cpp38 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/
DDbUtils_test.cpp48 LogEvent makeLogEvent(AStatsEvent* statsEvent) { in makeLogEvent() function