/frameworks/base/cmds/statsd/src/ |
stats_log_util.h | 31 void writeDimensionToProto(const HashableDimensionKey& dimension, std::set<string> *str_set, 36 std::set<string> *str_set,
|
stats_log_util.cpp | 65 int prefix, std::set<string> *str_set, 96 if (str_set == nullptr) { 100 str_set->insert(dim.mValue.str_value); 121 str_set, protoOutput); 134 int prefix, std::set<string> *str_set, 163 if (str_set == nullptr) { 167 str_set->insert(dim.mValue.str_value); 183 str_set, protoOutput); 233 void writeDimensionToProto(const HashableDimensionKey& dimension, std::set<string> *str_set, 242 writeDimensionToProtoHelper(dimension.getValues(), &index, 0, 0, str_set, protoOutput) [all...] |
StatsLogProcessor.cpp | 377 std::set<string> str_set; local 382 &str_set, proto); 389 mUidMap->appendUidMap(dumpTimeStampNs, key, &str_set, proto); 408 for (const auto& str : str_set) {
|
/frameworks/base/cmds/statsd/src/metrics/ |
EventMetricProducer.h | 51 std::set<string> *str_set,
|
CountMetricProducer.cpp | 143 std::set<string> *str_set, 187 writeDimensionToProto(dimensionKey.getDimensionKeyInWhat(), str_set, protoOutput); 194 str_set, protoOutput); 199 FIELD_ID_DIMENSION_LEAF_IN_WHAT, str_set, protoOutput); 203 str_set, protoOutput);
|
CountMetricProducer.h | 60 std::set<string> *str_set,
|
MetricProducer.h | 118 std::set<string> *str_set, 121 return onDumpReportLocked(dumpTimeNs, include_current_partial_bucket, str_set, protoOutput); 186 std::set<string> *str_set,
|
ValueMetricProducer.cpp | 172 std::set<string> *str_set, 225 writeDimensionToProto(dimensionKey.getDimensionKeyInWhat(), str_set, protoOutput); 231 str_set, protoOutput); 236 FIELD_ID_DIMENSION_LEAF_IN_WHAT, str_set, protoOutput); 240 str_set, protoOutput);
|
DurationMetricProducer.h | 66 std::set<string> *str_set,
|
GaugeMetricProducer.cpp | 181 std::set<string> *str_set, 238 writeDimensionToProto(dimensionKey.getDimensionKeyInWhat(), str_set, protoOutput); 245 str_set, protoOutput); 250 FIELD_ID_DIMENSION_LEAF_IN_WHAT, str_set, protoOutput); 254 str_set, protoOutput);
|
EventMetricProducer.cpp | 109 std::set<string> *str_set,
|
GaugeMetricProducer.h | 93 std::set<string> *str_set,
|
MetricsManager.h | 108 std::set<string> *str_set,
|
ValueMetricProducer.h | 93 std::set<string> *str_set,
|
MetricsManager.cpp | 198 std::set<string> *str_set, 207 producer->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, str_set,
|
DurationMetricProducer.cpp | 458 std::set<string> *str_set, 504 writeDimensionToProto(dimensionKey.getDimensionKeyInWhat(), str_set, protoOutput); 511 str_set, protoOutput); 516 FIELD_ID_DIMENSION_LEAF_IN_WHAT, str_set, protoOutput); 520 str_set, protoOutput); [all...] |
/frameworks/base/cmds/statsd/src/packages/ |
UidMap.cpp | 319 std::set<string> *str_set, ProtoOutputStream* proto) { 329 if (str_set != nullptr) { 330 str_set->insert(record.package); 353 if (str_set != nullptr) { 354 str_set->insert(kv.first.second);
|
UidMap.h | 131 std::set<string> *str_set, util::ProtoOutputStream* proto);
|