Lines Matching defs:atomId
73 AtomMatcher CreateSimpleAtomMatcher(const string& name, int atomId) { in CreateSimpleAtomMatcher()
475 FieldMatcher CreateAttributionUidDimensions(const int atomId, in CreateAttributionUidDimensions()
488 FieldMatcher CreateAttributionUidAndTagDimensions(const int atomId, in CreateAttributionUidAndTagDimensions()
502 FieldMatcher CreateDimensions(const int atomId, const std::vector<int>& fields) { in CreateDimensions()
511 FieldMatcher CreateRepeatedDimensions(const int atomId, const std::vector<int>& fields, in CreateRepeatedDimensions()
527 FieldMatcher CreateAttributionUidAndOtherDimensions(const int atomId, in CreateAttributionUidAndOtherDimensions()
737 void CreateTwoValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, int32_t value1, in CreateTwoValueLogEvent()
749 shared_ptr<LogEvent> CreateTwoValueLogEvent(int atomId, int64_t eventTimeNs, int32_t value1, in CreateTwoValueLogEvent()
756 void CreateThreeValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, int32_t value1, in CreateThreeValueLogEvent()
769 shared_ptr<LogEvent> CreateThreeValueLogEvent(int atomId, int64_t eventTimeNs, int32_t value1, in CreateThreeValueLogEvent()
776 void CreateRepeatedValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, in CreateRepeatedValueLogEvent()
788 shared_ptr<LogEvent> CreateRepeatedValueLogEvent(int atomId, int64_t eventTimeNs, int32_t value) { in CreateRepeatedValueLogEvent()
794 void CreateNoValuesLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs) { in CreateNoValuesLogEvent()
802 shared_ptr<LogEvent> CreateNoValuesLogEvent(int atomId, int64_t eventTimeNs) { in CreateNoValuesLogEvent()
808 AStatsEvent* makeUidStatsEvent(int atomId, int64_t eventTimeNs, int uid, int data1, int data2) { in makeUidStatsEvent()
821 AStatsEvent* makeUidStatsEvent(int atomId, int64_t eventTimeNs, int uid, int data1, in makeUidStatsEvent()
834 shared_ptr<LogEvent> makeUidLogEvent(int atomId, int64_t eventTimeNs, int uid, int data1, in makeUidLogEvent()
843 shared_ptr<LogEvent> makeUidLogEvent(int atomId, int64_t eventTimeNs, int uid, int data1, in makeUidLogEvent()
852 shared_ptr<LogEvent> makeExtraUidsLogEvent(int atomId, int64_t eventTimeNs, int uid1, int data1, in makeExtraUidsLogEvent()
865 shared_ptr<LogEvent> makeRepeatedUidLogEvent(int atomId, int64_t eventTimeNs, in makeRepeatedUidLogEvent()
879 shared_ptr<LogEvent> makeRepeatedUidLogEvent(int atomId, int64_t eventTimeNs, in makeRepeatedUidLogEvent()
895 shared_ptr<LogEvent> makeRepeatedUidLogEvent(int atomId, int64_t eventTimeNs, in makeRepeatedUidLogEvent()
912 shared_ptr<LogEvent> makeAttributionLogEvent(int atomId, int64_t eventTimeNs, in makeAttributionLogEvent()
1481 StatsDimensionsValueParcel CreateAttributionUidDimensionsValueParcel(const int atomId, in CreateAttributionUidDimensionsValueParcel()
1502 void ValidateUidDimension(const DimensionsValue& value, int atomId, int uid) { in ValidateUidDimension()
1509 void ValidateWakelockAttributionUidAndTagDimension(const DimensionsValue& value, const int atomId, in ValidateWakelockAttributionUidAndTagDimension()
1525 void ValidateAttributionUidDimension(const DimensionsValue& value, int atomId, int uid) { in ValidateAttributionUidDimension()
1539 void ValidateUidDimension(const DimensionsValue& value, int node_idx, int atomId, int uid) { in ValidateUidDimension()
1551 const DimensionsValue& value, int node_idx, int atomId, int uid, const std::string& tag) { in ValidateAttributionUidAndTagDimension()
1570 const DimensionsValue& value, int atomId, int uid, const std::string& tag) { in ValidateAttributionUidAndTagDimension()
1589 int atomId, int64_t value) { in ValidateStateValue()
2179 void createStatsEvent(AStatsEvent* statsEvent, uint8_t typeId, uint32_t atomId) { in createStatsEvent()