Home
last modified time | relevance | path

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

/packages/modules/StatsD/lib/libstatssocket/
Dlibstatssocket.map.txt11 AStatsEvent_writeBool; # apex introduced=30
Dstats_event.c224 void AStatsEvent_writeBool(AStatsEvent* event, bool value) { in AStatsEvent_writeBool() function
/packages/modules/StatsD/lib/libstatssocket/include/
Dstats_event.h119 void AStatsEvent_writeBool(AStatsEvent* event, bool value);
/packages/modules/StatsD/lib/libstatssocket/fuzzers/
Dstats_event_fuzzer.cpp39 AStatsEvent_writeBool(event, fdp.ConsumeBool()); in LLVMFuzzerTestOneInput()
/packages/modules/StatsD/lib/libstatssocket/tests/
Dstats_event_test.cpp148 AStatsEvent_writeBool(event, boolValue); in TEST()
398 AStatsEvent_writeBool(event, boolValue); in TEST()
645 AStatsEvent_writeBool(event, true); in TEST()
/packages/modules/StatsD/statsd/tests/
DLogEvent_test.cpp207 AStatsEvent_writeBool(event, true); in TEST_P()
257 AStatsEvent_writeBool(event, true); in TEST_P()
283 AStatsEvent_writeBool(event, true); in TEST()
Dstatsd_test_util.cpp1119 AStatsEvent_writeBool(statsEvent, boolField); in CreateTestAtomReportedEvent()
1324 AStatsEvent_writeBool(statsEvent, filtered); // filtered in CreateBleScanStateChangedEvent()
1326 AStatsEvent_writeBool(statsEvent, firstMatch); // first match in CreateBleScanStateChangedEvent()
1328 AStatsEvent_writeBool(statsEvent, opportunistic); // opportunistic in CreateBleScanStateChangedEvent()
1349 AStatsEvent_writeBool(statsEvent, usingAlertWindow); in CreateOverlayStateChangedEvent()
2306 AStatsEvent_writeBool(statsEvent, 1); in fillStatsEventWithSampleValue()
DLogEntryMatcher_test.cpp105 AStatsEvent_writeBool(statsEvent, bool1); in makeBoolLogEvent()
106 AStatsEvent_writeBool(statsEvent, bool2); in makeBoolLogEvent()