Searched defs:makeLogEvent (Results  1 – 7 of 7) sorted by relevance
| /packages/modules/StatsD/statsd/tests/log_event/ | 
| D | LogEventQueue_test.cpp | 37 std::unique_ptr<LogEvent> makeLogEvent(uint64_t timestampNs) {  in makeLogEvent()  function
 | 
| /packages/modules/StatsD/statsd/tests/metrics/ | 
| D | CountMetricProducer_test.cpp | 46 void makeLogEvent(LogEvent* logEvent, int64_t timestampNs, int atomId) {  in makeLogEvent()  function54 void makeLogEvent(LogEvent* logEvent, int64_t timestampNs, int atomId, string uid) {  in makeLogEvent()  function
 
 | 
| D | EventMetricProducer_test.cpp | 44 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
 | 
| /packages/modules/StatsD/statsd/tests/utils/ | 
| D | DbUtils_test.cpp | 50 LogEvent makeLogEvent(AStatsEvent* statsEvent) {  in makeLogEvent()  function
 | 
| /packages/modules/StatsD/statsd/tests/ | 
| D | FieldValue_test.cpp | 38 void makeLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp,  in makeLogEvent()  function51 void makeLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp,  in makeLogEvent()  function
 
 |