Lines Matching refs:logEvent

45 void makeIntLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp,  in makeIntLogEvent()  argument
52 parseStatsEventToLogEvent(statsEvent, logEvent); in makeIntLogEvent()
55 void makeFloatLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeFloatLogEvent() argument
62 parseStatsEventToLogEvent(statsEvent, logEvent); in makeFloatLogEvent()
65 void makeStringLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeStringLogEvent() argument
72 parseStatsEventToLogEvent(statsEvent, logEvent); in makeStringLogEvent()
75 void makeIntWithBoolAnnotationLogEvent(LogEvent* logEvent, const int32_t atomId, in makeIntWithBoolAnnotationLogEvent() argument
83 parseStatsEventToLogEvent(statsEvent, logEvent); in makeIntWithBoolAnnotationLogEvent()
86 void makeAttributionLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeAttributionLogEvent() argument
96 parseStatsEventToLogEvent(statsEvent, logEvent); in makeAttributionLogEvent()
99 void makeBoolLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeBoolLogEvent() argument
108 parseStatsEventToLogEvent(statsEvent, logEvent); in makeBoolLogEvent()
111 void makeRepeatedIntLogEvent(LogEvent* logEvent, const int32_t atomId, in makeRepeatedIntLogEvent() argument
116 parseStatsEventToLogEvent(statsEvent, logEvent); in makeRepeatedIntLogEvent()
119 void makeRepeatedUidLogEvent(LogEvent* logEvent, const int32_t atomId, in makeRepeatedUidLogEvent() argument
125 parseStatsEventToLogEvent(statsEvent, logEvent); in makeRepeatedUidLogEvent()
128 void makeRepeatedStringLogEvent(LogEvent* logEvent, const int32_t atomId, in makeRepeatedStringLogEvent() argument
138 parseStatsEventToLogEvent(statsEvent, logEvent); in makeRepeatedStringLogEvent()