• Home
  • Raw
  • Download

Lines Matching defs:atomId

48 AtomMatcher CreateSimpleAtomMatcher(const string& name, int atomId) {  in CreateSimpleAtomMatcher()
406 FieldMatcher CreateAttributionUidDimensions(const int atomId, in CreateAttributionUidDimensions()
419 FieldMatcher CreateAttributionUidAndTagDimensions(const int atomId, in CreateAttributionUidAndTagDimensions()
433 FieldMatcher CreateDimensions(const int atomId, const std::vector<int>& fields) { in CreateDimensions()
442 FieldMatcher CreateAttributionUidAndOtherDimensions(const int atomId, in CreateAttributionUidAndOtherDimensions()
638 void CreateTwoValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, int32_t value1, in CreateTwoValueLogEvent()
650 shared_ptr<LogEvent> CreateTwoValueLogEvent(int atomId, int64_t eventTimeNs, int32_t value1, in CreateTwoValueLogEvent()
657 void CreateThreeValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, int32_t value1, in CreateThreeValueLogEvent()
670 shared_ptr<LogEvent> CreateThreeValueLogEvent(int atomId, int64_t eventTimeNs, int32_t value1, in CreateThreeValueLogEvent()
677 void CreateRepeatedValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, in CreateRepeatedValueLogEvent()
689 shared_ptr<LogEvent> CreateRepeatedValueLogEvent(int atomId, int64_t eventTimeNs, int32_t value) { in CreateRepeatedValueLogEvent()
695 void CreateNoValuesLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs) { in CreateNoValuesLogEvent()
703 shared_ptr<LogEvent> CreateNoValuesLogEvent(int atomId, int64_t eventTimeNs) { in CreateNoValuesLogEvent()
709 shared_ptr<LogEvent> makeUidLogEvent(int atomId, int64_t eventTimeNs, int uid, int data1, in makeUidLogEvent()
725 shared_ptr<LogEvent> makeAttributionLogEvent(int atomId, int64_t eventTimeNs, in makeAttributionLogEvent()
1147 StatsDimensionsValueParcel CreateAttributionUidDimensionsValueParcel(const int atomId, in CreateAttributionUidDimensionsValueParcel()
1168 void ValidateUidDimension(const DimensionsValue& value, int atomId, int uid) { in ValidateUidDimension()
1175 void ValidateWakelockAttributionUidAndTagDimension(const DimensionsValue& value, const int atomId, in ValidateWakelockAttributionUidAndTagDimension()
1191 void ValidateAttributionUidDimension(const DimensionsValue& value, int atomId, int uid) { in ValidateAttributionUidDimension()
1205 void ValidateUidDimension(const DimensionsValue& value, int node_idx, int atomId, int uid) { in ValidateUidDimension()
1217 const DimensionsValue& value, int node_idx, int atomId, int uid, const std::string& tag) { in ValidateAttributionUidAndTagDimension()
1236 const DimensionsValue& value, int atomId, int uid, const std::string& tag) { in ValidateAttributionUidAndTagDimension()
1255 int atomId, int64_t value) { in ValidateStateValue()