Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp642 AStatsEvent_overwriteTimestamp(statsEvent, eventTimeNs); in CreateTwoValueLogEvent()
661 AStatsEvent_overwriteTimestamp(statsEvent, eventTimeNs); in CreateThreeValueLogEvent()
681 AStatsEvent_overwriteTimestamp(statsEvent, eventTimeNs); in CreateRepeatedValueLogEvent()
698 AStatsEvent_overwriteTimestamp(statsEvent, eventTimeNs); in CreateNoValuesLogEvent()
713 AStatsEvent_overwriteTimestamp(statsEvent, eventTimeNs); in makeUidLogEvent()
730 AStatsEvent_overwriteTimestamp(statsEvent, eventTimeNs); in makeAttributionLogEvent()
764 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in CreateScreenStateChangedEvent()
777 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in CreateBatterySaverOnEvent()
790 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in CreateBatterySaverOffEvent()
803 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in CreateBatteryStateChangedEvent()
[all …]
DLogEntryMatcher_test.cpp48 AStatsEvent_overwriteTimestamp(statsEvent, timestamp); in makeIntLogEvent()
58 AStatsEvent_overwriteTimestamp(statsEvent, timestamp); in makeFloatLogEvent()
68 AStatsEvent_overwriteTimestamp(statsEvent, timestamp); in makeStringLogEvent()
90 AStatsEvent_overwriteTimestamp(statsEvent, timestamp); in makeAttributionLogEvent()
102 AStatsEvent_overwriteTimestamp(statsEvent, timestamp); in makeBoolLogEvent()
DFieldValue_test.cpp42 AStatsEvent_overwriteTimestamp(statsEvent, timestamp); in makeLogEvent()
55 AStatsEvent_overwriteTimestamp(statsEvent, timestamp); in makeLogEvent()
/packages/modules/StatsD/statsd/benchmark/
Dmetric_util.cpp276 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in CreateScreenStateChangedEvent()
289 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in CreateScheduledJobStateChangedEvent()
324 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in CreateSyncStateChangedEvent()
Dfilter_value_benchmark.cpp35 AStatsEvent_overwriteTimestamp(statsEvent, 100000); in createLogEventAndMatcher()
Dget_dimensions_for_condition_benchmark.cpp35 AStatsEvent_overwriteTimestamp(statsEvent, 100000); in createLogEventAndLink()
/packages/modules/StatsD/lib/libstatssocket/include/
Dstats_event.h154 void AStatsEvent_overwriteTimestamp(AStatsEvent* event, uint64_t timestampNs);
/packages/modules/StatsD/statsd/tests/log_event/
DLogEventQueue_test.cpp40 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in makeLogEvent()
/packages/modules/StatsD/statsd/tests/metrics/
DCountMetricProducer_test.cpp49 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in makeLogEvent()
57 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in makeLogEvent()
DEventMetricProducer_test.cpp47 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in makeLogEvent()
DDurationMetricProducer_test.cpp52 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in makeLogEvent()
DGaugeMetricProducer_test.cpp63 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in makeLogEvent()
/packages/modules/StatsD/statsd/tests/state/
DStateTracker_test.cpp72 AStatsEvent_overwriteTimestamp(statsEvent, 1000); in buildIncorrectOverlayEvent()
88 AStatsEvent_overwriteTimestamp(statsEvent, 1000); in buildOverlayEventBadStateType()
/packages/modules/StatsD/statsd/tests/shell/
DShellSubscriber_test.cpp177 AStatsEvent_overwriteTimestamp(statsEvent, 1111L); in makeCpuActiveTimeAtom()
/packages/modules/StatsD/statsd/tests/external/
DStatsPuller_test.cpp66 AStatsEvent_overwriteTimestamp(statsEvent, eventTimeNs); in createSimpleEvent()
/packages/modules/StatsD/lib/libstatssocket/
Dstats_event.c125 void AStatsEvent_overwriteTimestamp(AStatsEvent* event, uint64_t timestampNs) { in AStatsEvent_overwriteTimestamp() function
/packages/modules/StatsD/lib/libstatssocket/tests/
Dstats_event_test.cpp505 AStatsEvent_overwriteTimestamp(event, expectedTimestamp); in TEST()
/packages/modules/StatsD/statsd/tests/condition/
DSimpleConditionTracker_test.cpp68 AStatsEvent_overwriteTimestamp(statsEvent, timestamp); in makeWakeLockEvent()