Home
last modified time | relevance | path

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

/system/core/libstats/socket/tests/
Dstats_event_test.cpp274 bool boolAnnotation1Value = true; in TEST() local
288 stats_event_add_bool_annotation(event, boolAnnotation1Id, boolAnnotation1Value); in TEST()
305 checkAnnotation(&buffer, boolAnnotation1Id, BOOL_TYPE, boolAnnotation1Value); in TEST()