Home
last modified time | relevance | path

Searched refs:boolField (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.h575 const string& stringField, bool boolField, TestAtomReported::State enumField);
586 const float floatField, const string& stringField, const bool boolField,
Dstatsd_test_util.cpp1138 const string& stringField, bool boolField, TestAtomReported::State enumField) { in CreateTestAtomReportedEventWithPrimitives() argument
1141 /* attributionTags */ {"app1"}, intField, longField, floatField, stringField, boolField, in CreateTestAtomReportedEventWithPrimitives()
1151 const float floatField, const string& stringField, const bool boolField, in CreateTestAtomReportedEvent() argument
1171 AStatsEvent_writeBool(statsEvent, boolField); in CreateTestAtomReportedEvent()