Searched refs:boolField (Results 1 – 2 of 2) sorted by relevance
/packages/modules/StatsD/statsd/tests/ |
D | statsd_test_util.h | 552 const string& stringField, bool boolField, TestAtomReported::State enumField); 563 const float floatField, const string& stringField, const bool boolField,
|
D | statsd_test_util.cpp | 1086 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 1119 AStatsEvent_writeBool(statsEvent, boolField); in CreateTestAtomReportedEvent()
|