Searched refs:intField (Results 1 – 2 of 2) sorted by relevance
/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 1115 AStatsEvent_writeInt32(statsEvent, intField); in CreateTestAtomReportedEvent()
|