Home
last modified time | relevance | path

Searched refs:stringField (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/statsd/tests/e2e/
DKllMetric_e2e_test.cpp31 const string& stringField) { in CreateTestAtomReportedEvent() argument
35 stringField, /* boolField */ false, TestAtomReported::OFF, /* bytesField */ {}, in CreateTestAtomReportedEvent()
DStringReplace_e2e_test.cpp44 const string& stringField) { in CreateTestAtomReportedEventStringDim() argument
46 timestampNs, 0 /* intField */, 0l /* longField */, 0.0f /* floatField */, stringField, in CreateTestAtomReportedEventStringDim()
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.h552 const string& stringField, bool boolField, TestAtomReported::State enumField);
563 const float floatField, const string& stringField, const bool boolField,
Dstatsd_test_util.cpp1086 const string& stringField, bool boolField, TestAtomReported::State enumField) { in CreateTestAtomReportedEventWithPrimitives() argument
1089 /* attributionTags */ {"app1"}, intField, longField, floatField, stringField, boolField, in CreateTestAtomReportedEventWithPrimitives()
1099 const float floatField, const string& stringField, const bool boolField, in CreateTestAtomReportedEvent() argument
1118 AStatsEvent_writeString(statsEvent, stringField.c_str()); in CreateTestAtomReportedEvent()