Home
last modified time | relevance | path

Searched refs:tagIds (Results 1 – 5 of 5) sorted by relevance

/packages/modules/StatsD/statsd/src/socket/
DLogEventFilter.h86 virtual void setAtomIds(AtomIdSet tagIds, ConsumerId consumer) { in setAtomIds() argument
89 if (tagIds.size() == 0) { in setAtomIds()
92 mTagIdsPerConsumer[consumer].swap(tagIds); in setAtomIds()
/packages/modules/StatsD/statsd/tests/shell/
DShellSubscriber_test.cpp273 LogEventFilter::AtomIdSet tagIds; in SetUp() local
274 EXPECT_CALL(*mockLogEventFilter, setAtomIds(tagIds, &shellSubscriber)).Times(AtMost(2)); in SetUp()
337 LogEventFilter::AtomIdSet tagIds; in TEST_F() local
338 EXPECT_CALL(*mockLogEventFilter, setAtomIds(tagIds, &shellSubscriber)).Times(1); in TEST_F()
370 LogEventFilter::AtomIdSet tagIds; in TEST_F() local
371 EXPECT_CALL(*mockLogEventFilter, setAtomIds(tagIds, &shellSubscriber)) in TEST_F()
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dconfig_update_utils.cpp214 const set<int>& tagIds = matcher->getAtomIds(); in updateAtomMatchingTrackers() local
215 for (int atomId : tagIds) { in updateAtomMatchingTrackers()
Dmetrics_manager_util.cpp1478 const set<int>& tagIds = matcher->getAtomIds(); in initAtomMatchingTrackers() local
1479 for (int atomId : tagIds) { in initAtomMatchingTrackers()
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.h94 MOCK_METHOD(void, setAtomIds, (AtomIdSet tagIds, ConsumerId consumer), (override));