Home
last modified time | relevance | path

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

/packages/modules/StatsD/lib/libstatssocket/tests/
Dstats_event_test.cpp130 AStatsEvent_writeBool(event, boolValue); in TEST()
325 AStatsEvent_writeBool(event, boolValue); in TEST()
491 AStatsEvent_writeBool(event, true); in TEST()
/packages/modules/StatsD/lib/libstatssocket/
Dlibstatssocket.map.txt11 AStatsEvent_writeBool; # apex # introduced=30
Dstats_event.c228 void AStatsEvent_writeBool(AStatsEvent* event, bool value) { in AStatsEvent_writeBool() function
/packages/modules/StatsD/lib/libstatssocket/include/
Dstats_event.h115 void AStatsEvent_writeBool(AStatsEvent* event, bool value);
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp1041 AStatsEvent_writeBool(statsEvent, filtered); // filtered in CreateBleScanStateChangedEvent()
1043 AStatsEvent_writeBool(statsEvent, firstMatch); // first match in CreateBleScanStateChangedEvent()
1045 AStatsEvent_writeBool(statsEvent, opportunistic); // opportunistic in CreateBleScanStateChangedEvent()
1066 AStatsEvent_writeBool(statsEvent, usingAlertWindow); in CreateOverlayStateChangedEvent()
DLogEntryMatcher_test.cpp104 AStatsEvent_writeBool(statsEvent, bool1); in makeBoolLogEvent()
105 AStatsEvent_writeBool(statsEvent, bool2); in makeBoolLogEvent()
DLogEvent_test.cpp86 AStatsEvent_writeBool(event, true); in TEST()