Searched refs:mCurrentSlicedCounter (Results 1 – 3 of 3) sorted by relevance
113 if (mCurrentSlicedCounter == nullptr || in dumpStatesLocked()114 mCurrentSlicedCounter->size() == 0) { in dumpStatesLocked()119 (unsigned long)mCurrentSlicedCounter->size()); in dumpStatesLocked()121 for (const auto& it : *mCurrentSlicedCounter) { in dumpStatesLocked()245 if (mCurrentSlicedCounter->find(newKey) != mCurrentSlicedCounter->end()) { in hitGuardRailLocked()250 if (mCurrentSlicedCounter->size() > StatsdStats::kDimensionKeySizeSoftLimit - 1) { in hitGuardRailLocked()251 size_t newTupleCount = mCurrentSlicedCounter->size() + 1; in hitGuardRailLocked()275 auto it = mCurrentSlicedCounter->find(eventKey); in onMatchedLogEventInternalLocked()276 if (it == mCurrentSlicedCounter->end()) { in onMatchedLogEventInternalLocked()282 (*mCurrentSlicedCounter)[eventKey] = 1; in onMatchedLogEventInternalLocked()[all …]
87 std::shared_ptr<DimToValMap> mCurrentSlicedCounter = std::make_shared<DimToValMap>(); variable
365 EXPECT_EQ(1UL, countProducer.mCurrentSlicedCounter->size()); in TEST()366 EXPECT_EQ(2L, countProducer.mCurrentSlicedCounter->begin()->second); in TEST()371 EXPECT_EQ(1UL, countProducer.mCurrentSlicedCounter->size()); in TEST()372 EXPECT_EQ(1L, countProducer.mCurrentSlicedCounter->begin()->second); in TEST()379 EXPECT_EQ(1UL, countProducer.mCurrentSlicedCounter->size()); in TEST()380 EXPECT_EQ(3L, countProducer.mCurrentSlicedCounter->begin()->second); in TEST()386 EXPECT_EQ(1UL, countProducer.mCurrentSlicedCounter->size()); in TEST()387 EXPECT_EQ(4L, countProducer.mCurrentSlicedCounter->begin()->second); in TEST()