HomeSort by relevance Sort by last modified time
    Searched refs:getDimensionKeyInWhat (Results 1 - 8 of 8) sorted by null

  /frameworks/base/cmds/statsd/src/
HashableDimensionKey.h 88 : mDimensionKeyInWhat(that.getDimensionKeyInWhat()),
95 inline const HashableDimensionKey& getDimensionKeyInWhat() const {
167 android::hash_t hash = hashDimension(key.getDimensionKeyInWhat());
HashableDimensionKey.cpp 179 return mDimensionKeyInWhat == that.getDimensionKeyInWhat() &&
188 if (mDimensionKeyInWhat < that.getDimensionKeyInWhat()) {
190 } else if (that.getDimensionKeyInWhat() < mDimensionKeyInWhat) {
  /frameworks/base/cmds/statsd/src/metrics/
CountMetricProducer.cpp 123 it.first.getDimensionKeyInWhat().toString().c_str(),
187 writeDimensionToProto(dimensionKey.getDimensionKeyInWhat(), str_set, protoOutput);
198 writeDimensionLeafNodesToProto(dimensionKey.getDimensionKeyInWhat(),
ValueMetricProducer.cpp 225 writeDimensionToProto(dimensionKey.getDimensionKeyInWhat(), str_set, protoOutput);
235 writeDimensionLeafNodesToProto(dimensionKey.getDimensionKeyInWhat(),
335 it.first.getDimensionKeyInWhat().toString().c_str(),
DurationMetricProducer.cpp 504 writeDimensionToProto(dimensionKey.getDimensionKeyInWhat(), str_set, protoOutput);
515 writeDimensionLeafNodesToProto(dimensionKey.getDimensionKeyInWhat(),
618 auto whatIt = mCurrentSlicedDurationTrackerMap.find(newKey.getDimensionKeyInWhat());
644 (long long)mMetricId, newKey.getDimensionKeyInWhat().toString().c_str());
655 const auto& whatKey = eventKey.getDimensionKeyInWhat();
    [all...]
GaugeMetricProducer.cpp 166 it.first.getDimensionKeyInWhat().toString().c_str(),
238 writeDimensionToProto(dimensionKey.getDimensionKeyInWhat(), str_set, protoOutput);
249 writeDimensionLeafNodesToProto(dimensionKey.getDimensionKeyInWhat(),
  /frameworks/base/cmds/statsd/src/subscriber/
SubscriberReporter.cpp 117 getStatsDimensionsValue(dimKey.getDimensionKeyInWhat()));
  /frameworks/base/cmds/statsd/tests/metrics/
GaugeMetricProducer_test.cpp 399 EXPECT_EQ(1UL, key.getDimensionKeyInWhat().getValues().size());
400 EXPECT_EQ(1000, key.getDimensionKeyInWhat().getValues()[0].mValue.int_value);

Completed in 518 milliseconds