Home
last modified time | relevance | path

Searched defs:annotationValue (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/statsd/tests/
DLogEvent_test.cpp52 bool annotationValue, bool doHeaderPrefetch) { in createFieldWithBoolAnnotationLogEvent()
73 int annotationValue, bool doHeaderPrefetch) { in createFieldWithIntAnnotationLogEvent()
94 int annotationValue, bool doHeaderPrefetch) { in createAtomLevelIntAnnotationLogEvent()
116 bool annotationValue, bool doHeaderPrefetch) { in createAtomLevelBoolAnnotationLogEvent()
DLogEntryMatcher_test.cpp76 const bool annotationValue) { in makeIntWithBoolAnnotationLogEvent()
/packages/modules/StatsD/lib/libstatssocket/tests/
Dstats_event_test.cpp109 void checkAnnotation(uint8_t** buffer, uint8_t annotationId, uint8_t typeId, T annotationValue) { in checkAnnotation()