Home
last modified time | relevance | path

Searched refs:getMaxSubscriptions (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/statsd/src/shell/
DShellSubscriber.h84 static size_t getMaxSubscriptions() { in getMaxSubscriptions() function
/packages/modules/StatsD/statsd/tests/shell/
DShellSubscriber_test.cpp361 const size_t maxSubs = ShellSubscriber::getMaxSubscriptions(); in TEST_F()
851 size_t maxSubs = shellManager->getMaxSubscriptions(); in TEST()
/packages/modules/StatsD/statsd/tests/guardrail/
DStatsdStats_test.cpp982 const int maxSubs = ShellSubscriber::getMaxSubscriptions(); in TEST()
1001 const int maxSubs = ShellSubscriber::getMaxSubscriptions(); in TEST()
/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.cpp1029 if (mSubscriptionStats.size() >= ShellSubscriber::getMaxSubscriptions()) { in noteSubscriptionStarted()