Searched refs:longField (Results 1 – 3 of 3) sorted by relevance
/packages/modules/StatsD/statsd/tests/e2e/ |
D | KllMetric_e2e_test.cpp | 30 unique_ptr<LogEvent> CreateTestAtomReportedEvent(const uint64_t timestampNs, const long longField, in CreateTestAtomReportedEvent() argument 34 /* attributionTags */ {"app1"}, /* intField */ 0, longField, /* floatField */ 0.0f, in CreateTestAtomReportedEvent()
|
/packages/modules/StatsD/statsd/tests/ |
D | statsd_test_util.h | 551 uint64_t timestampNs, int intField, long longField, float floatField, 562 const vector<string>& attributionTags, int intField, const long longField,
|
D | statsd_test_util.cpp | 1085 uint64_t timestampNs, int intField, long longField, float floatField, in CreateTestAtomReportedEventWithPrimitives() argument 1089 /* attributionTags */ {"app1"}, intField, longField, floatField, stringField, boolField, in CreateTestAtomReportedEventWithPrimitives() 1098 const vector<string>& attributionTags, const int intField, const long longField, in CreateTestAtomReportedEvent() argument 1116 AStatsEvent_writeInt64(statsEvent, longField); in CreateTestAtomReportedEvent()
|