Searched refs:AStatsEvent_writeBool (Results 1 – 8 of 8) sorted by relevance
/packages/modules/StatsD/lib/libstatssocket/ |
D | libstatssocket.map.txt | 11 AStatsEvent_writeBool; # apex introduced=30
|
D | stats_event.c | 224 void AStatsEvent_writeBool(AStatsEvent* event, bool value) { in AStatsEvent_writeBool() function
|
/packages/modules/StatsD/lib/libstatssocket/include/ |
D | stats_event.h | 119 void AStatsEvent_writeBool(AStatsEvent* event, bool value);
|
/packages/modules/StatsD/lib/libstatssocket/fuzzers/ |
D | stats_event_fuzzer.cpp | 39 AStatsEvent_writeBool(event, fdp.ConsumeBool()); in LLVMFuzzerTestOneInput()
|
/packages/modules/StatsD/lib/libstatssocket/tests/ |
D | stats_event_test.cpp | 148 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/ |
D | LogEvent_test.cpp | 207 AStatsEvent_writeBool(event, true); in TEST_P() 257 AStatsEvent_writeBool(event, true); in TEST_P() 283 AStatsEvent_writeBool(event, true); in TEST()
|
D | statsd_test_util.cpp | 1119 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()
|
D | LogEntryMatcher_test.cpp | 105 AStatsEvent_writeBool(statsEvent, bool1); in makeBoolLogEvent() 106 AStatsEvent_writeBool(statsEvent, bool2); in makeBoolLogEvent()
|