Lines Matching refs:eventTimeNs

638 void CreateTwoValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, int32_t value1,  in CreateTwoValueLogEvent()  argument
642 AStatsEvent_overwriteTimestamp(statsEvent, eventTimeNs); in CreateTwoValueLogEvent()
650 shared_ptr<LogEvent> CreateTwoValueLogEvent(int atomId, int64_t eventTimeNs, int32_t value1, in CreateTwoValueLogEvent() argument
653 CreateTwoValueLogEvent(logEvent.get(), atomId, eventTimeNs, value1, value2); in CreateTwoValueLogEvent()
657 void CreateThreeValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, int32_t value1, in CreateThreeValueLogEvent() argument
661 AStatsEvent_overwriteTimestamp(statsEvent, eventTimeNs); in CreateThreeValueLogEvent()
670 shared_ptr<LogEvent> CreateThreeValueLogEvent(int atomId, int64_t eventTimeNs, int32_t value1, in CreateThreeValueLogEvent() argument
673 CreateThreeValueLogEvent(logEvent.get(), atomId, eventTimeNs, value1, value2, value3); in CreateThreeValueLogEvent()
677 void CreateRepeatedValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, in CreateRepeatedValueLogEvent() argument
681 AStatsEvent_overwriteTimestamp(statsEvent, eventTimeNs); in CreateRepeatedValueLogEvent()
689 shared_ptr<LogEvent> CreateRepeatedValueLogEvent(int atomId, int64_t eventTimeNs, int32_t value) { in CreateRepeatedValueLogEvent() argument
691 CreateRepeatedValueLogEvent(logEvent.get(), atomId, eventTimeNs, value); in CreateRepeatedValueLogEvent()
695 void CreateNoValuesLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs) { in CreateNoValuesLogEvent() argument
698 AStatsEvent_overwriteTimestamp(statsEvent, eventTimeNs); in CreateNoValuesLogEvent()
703 shared_ptr<LogEvent> CreateNoValuesLogEvent(int atomId, int64_t eventTimeNs) { in CreateNoValuesLogEvent() argument
705 CreateNoValuesLogEvent(logEvent.get(), atomId, eventTimeNs); in CreateNoValuesLogEvent()
709 shared_ptr<LogEvent> makeUidLogEvent(int atomId, int64_t eventTimeNs, int uid, int data1, in makeUidLogEvent() argument
713 AStatsEvent_overwriteTimestamp(statsEvent, eventTimeNs); in makeUidLogEvent()
725 shared_ptr<LogEvent> makeAttributionLogEvent(int atomId, int64_t eventTimeNs, in makeAttributionLogEvent() argument
730 AStatsEvent_overwriteTimestamp(statsEvent, eventTimeNs); in makeAttributionLogEvent()