Home
last modified time | relevance | path

Searched refs:longField (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/statsd/tests/e2e/
DKllMetric_e2e_test.cpp30 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/
Dstatsd_test_util.h551 uint64_t timestampNs, int intField, long longField, float floatField,
562 const vector<string>& attributionTags, int intField, const long longField,
Dstatsd_test_util.cpp1085 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()