Home
last modified time | relevance | path

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

/packages/modules/UprobeStats/rust/ffi/
Dstatssocket.rs5 AStatsEvent_write, AStatsEvent_writeBool, AStatsEvent_writeInt32, AStatsEvent_writeInt64,
33 unsafe { AStatsEvent_writeBool(self.as_ptr(), value) }; in write_bool()
/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/UprobeStats/src/
DUprobeStats.cpp161 AStatsEvent_writeBool(event, value.adding); in doPoll()
187 AStatsEvent_writeBool(event, value.onAllowlist); in doPoll()
/packages/modules/StatsD/lib/libstatssocket/include/
Dstats_event.h127 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.cpp151 AStatsEvent_writeBool(event, boolValue); in TEST()
401 AStatsEvent_writeBool(event, boolValue); in TEST()
648 AStatsEvent_writeBool(event, true); in TEST()
/packages/modules/StatsD/statsd/tests/
DLogEvent_test.cpp221 AStatsEvent_writeBool(event, true); in TEST_P()
271 AStatsEvent_writeBool(event, true); in TEST_P()
297 AStatsEvent_writeBool(event, true); in TEST()
Dstatsd_test_util.cpp1171 AStatsEvent_writeBool(statsEvent, boolField); in CreateTestAtomReportedEvent()
1390 AStatsEvent_writeBool(statsEvent, filtered); // filtered in CreateBleScanStateChangedEvent()
1392 AStatsEvent_writeBool(statsEvent, firstMatch); // first match in CreateBleScanStateChangedEvent()
1394 AStatsEvent_writeBool(statsEvent, opportunistic); // opportunistic in CreateBleScanStateChangedEvent()
1415 AStatsEvent_writeBool(statsEvent, usingAlertWindow); in CreateOverlayStateChangedEvent()
2425 AStatsEvent_writeBool(statsEvent, 1); in fillStatsEventWithSampleValue()
DLogEntryMatcher_test.cpp105 AStatsEvent_writeBool(statsEvent, bool1); in makeBoolLogEvent()
106 AStatsEvent_writeBool(statsEvent, bool2); in makeBoolLogEvent()