Searched refs:AStatsEvent_overwriteTimestamp (Results 1 – 18 of 18) sorted by relevance
/packages/modules/StatsD/statsd/tests/ |
D | statsd_test_util.cpp | 642 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 …]
|
D | LogEntryMatcher_test.cpp | 48 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()
|
D | FieldValue_test.cpp | 42 AStatsEvent_overwriteTimestamp(statsEvent, timestamp); in makeLogEvent() 55 AStatsEvent_overwriteTimestamp(statsEvent, timestamp); in makeLogEvent()
|
/packages/modules/StatsD/statsd/benchmark/ |
D | metric_util.cpp | 276 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in CreateScreenStateChangedEvent() 289 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in CreateScheduledJobStateChangedEvent() 324 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in CreateSyncStateChangedEvent()
|
D | filter_value_benchmark.cpp | 35 AStatsEvent_overwriteTimestamp(statsEvent, 100000); in createLogEventAndMatcher()
|
D | get_dimensions_for_condition_benchmark.cpp | 35 AStatsEvent_overwriteTimestamp(statsEvent, 100000); in createLogEventAndLink()
|
/packages/modules/StatsD/lib/libstatssocket/include/ |
D | stats_event.h | 154 void AStatsEvent_overwriteTimestamp(AStatsEvent* event, uint64_t timestampNs);
|
/packages/modules/StatsD/statsd/tests/log_event/ |
D | LogEventQueue_test.cpp | 40 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in makeLogEvent()
|
/packages/modules/StatsD/statsd/tests/metrics/ |
D | CountMetricProducer_test.cpp | 49 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in makeLogEvent() 57 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in makeLogEvent()
|
D | EventMetricProducer_test.cpp | 47 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in makeLogEvent()
|
D | DurationMetricProducer_test.cpp | 52 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in makeLogEvent()
|
D | GaugeMetricProducer_test.cpp | 63 AStatsEvent_overwriteTimestamp(statsEvent, timestampNs); in makeLogEvent()
|
/packages/modules/StatsD/statsd/tests/state/ |
D | StateTracker_test.cpp | 72 AStatsEvent_overwriteTimestamp(statsEvent, 1000); in buildIncorrectOverlayEvent() 88 AStatsEvent_overwriteTimestamp(statsEvent, 1000); in buildOverlayEventBadStateType()
|
/packages/modules/StatsD/statsd/tests/shell/ |
D | ShellSubscriber_test.cpp | 177 AStatsEvent_overwriteTimestamp(statsEvent, 1111L); in makeCpuActiveTimeAtom()
|
/packages/modules/StatsD/statsd/tests/external/ |
D | StatsPuller_test.cpp | 66 AStatsEvent_overwriteTimestamp(statsEvent, eventTimeNs); in createSimpleEvent()
|
/packages/modules/StatsD/lib/libstatssocket/ |
D | stats_event.c | 125 void AStatsEvent_overwriteTimestamp(AStatsEvent* event, uint64_t timestampNs) { in AStatsEvent_overwriteTimestamp() function
|
/packages/modules/StatsD/lib/libstatssocket/tests/ |
D | stats_event_test.cpp | 505 AStatsEvent_overwriteTimestamp(event, expectedTimestamp); in TEST()
|
/packages/modules/StatsD/statsd/tests/condition/ |
D | SimpleConditionTracker_test.cpp | 68 AStatsEvent_overwriteTimestamp(statsEvent, timestamp); in makeWakeLockEvent()
|