Home
last modified time | relevance | path

Searched refs:uidField (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/cmds/statsd/src/external/
Dpuller_util.cpp91 int uidField = it->second; // uidField is the field number in proto, in mapAndMergeIsolatedUidsToHostUid() local
93 if (uidField > 0 && (int)event->getValues().size() >= uidField && in mapAndMergeIsolatedUidsToHostUid()
94 (event->getValues())[uidField - 1].mValue.getType() == INT) { in mapAndMergeIsolatedUidsToHostUid()
95 Value& value = (*event->getMutableValues())[uidField - 1].mValue; in mapAndMergeIsolatedUidsToHostUid()
/frameworks/base/tools/stats_log_api_gen/
DCollation.cpp50 uidField(that.uidField), in AtomDecl()
313 if (atomDecl->uidField == 0) { in collate_atom()
314 atomDecl->uidField = it->first; in collate_atom()
Datoms_info_writer.cpp105 if (atom->uidField == 0) { in write_atoms_info_cpp_body()
113 make_constant_name(atom->name).c_str(), atom->uidField); in write_atoms_info_cpp_body()
DCollation.h90 int uidField = 0; member
/frameworks/base/cmds/statsd/src/
DStatsLogProcessor.cpp153 int uidField = it->second; // uidField is the field number in proto, in mapIsolatedUidToHostUidIfNecessaryLocked() local
155 if (uidField > 0 && (int)event->getValues().size() >= uidField && in mapIsolatedUidToHostUidIfNecessaryLocked()
156 (event->getValues())[uidField - 1].mValue.getType() == INT) { in mapIsolatedUidToHostUidIfNecessaryLocked()
157 Value& value = (*event->getMutableValues())[uidField - 1].mValue; in mapIsolatedUidToHostUidIfNecessaryLocked()
DFieldValue.cpp135 int uidField = it->second; // uidField is the field number in proto in getUidIfExists() local
136 isUid = value.mField.getDepth() == 0 && value.mField.getPosAtDepth(0) == uidField && in getUidIfExists()