Home
last modified time | relevance | path

Searched refs:getPosAtDepth (Results 1 – 8 of 8) sorted by relevance

/packages/modules/StatsD/statsd/src/logd/
Dlogevent_util.cpp36 if (logEventValues[1].mField.getPosAtDepth(0) == 2 && in toSocketLossInfo()
44 if (logEventValues[2].mField.getPosAtDepth(0) == 3 && in toSocketLossInfo()
52 if (logEventValues[3].mField.getPosAtDepth(0) == 4 && in toSocketLossInfo()
73 while (valuesIt != logEventValues.end() && valuesIt->mField.getPosAtDepth(0) == 5 && in toSocketLossInfo()
83 while (valuesIt != logEventValues.end() && valuesIt->mField.getPosAtDepth(0) == 6 && in toSocketLossInfo()
93 while (valuesIt != logEventValues.end() && valuesIt->mField.getPosAtDepth(0) == 7 && in toSocketLossInfo()
DLogEvent.cpp632 if ((size_t)value.mField.getPosAtDepth(0) > key) { in GetLong()
652 if ((size_t)value.mField.getPosAtDepth(0) > key) { in GetInt()
672 if ((size_t)value.mField.getPosAtDepth(0) > key) { in GetString()
694 if ((size_t)value.mField.getPosAtDepth(0) > key) { in GetBool()
714 if ((size_t)value.mField.getPosAtDepth(0) > key) { in GetFloat()
734 if ((size_t)value.mField.getPosAtDepth(0) > key) { in GetStorage()
/packages/modules/StatsD/statsd/src/external/
Dpuller_util.cpp126 int pos = (*lhsValues)[p].mField.getPosAtDepth(0); in mapAndMergeIsolatedUidsToHostUid()
142 int pos = (*lhsValues)[p].mField.getPosAtDepth(0); in mapAndMergeIsolatedUidsToHostUid()
/packages/modules/StatsD/statsd/src/matchers/
Dmatcher_util.cpp173 int pos = values[i].mField.getPosAtDepth(depth); in getStartEndAtDepth()
217 int pos = values[i].mField.getPosAtDepth(depth); in computeRanges()
261 int currentPos = values[start].mField.getPosAtDepth(depth); in computeRanges()
264 int newPos = values[i].mField.getPosAtDepth(depth); in computeRanges()
/packages/modules/StatsD/statsd/src/utils/
DDbUtils.cpp114 result += StringPrintf("field_%d INTEGER,", fieldValue.mField.getPosAtDepth(0)); in getCreateSqlString()
117 result += StringPrintf("field_%d TEXT,", fieldValue.mField.getPosAtDepth(0)); in getCreateSqlString()
120 result += StringPrintf("field_%d REAL,", fieldValue.mField.getPosAtDepth(0)); in getCreateSqlString()
/packages/modules/StatsD/statsd/src/
Dstats_log_util.cpp114 const int fieldNum = dim.mField.getPosAtDepth(depth); in writeDimensionToProtoHelper()
241 const int fieldNum = field.getPosAtDepth(depth); in writeDimensionPathToProtoHelper()
347 const int fieldNum = dim.mField.getPosAtDepth(depth); in writeFieldValueTreeToStreamHelper()
DFieldValue.h143 inline int32_t getPosAtDepth(int32_t depth) const { in getPosAtDepth() function
DHashableDimensionKey.cpp55 child.field = dim.mField.getPosAtDepth(childDepth); in populateStatsDimensionsValueParcelChildren()