Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/guardrail/
DStatsdStats_test.cpp914 stats.noteSubscriptionStarted(/* id */ 1, /* pushedCount */ 3, /* pulledCount */ 1); in TEST()
932 stats.noteSubscriptionStarted(/* id */ 1, /* pushedCount */ 3, /* pulledCount */ 1); in TEST()
946 stats.noteSubscriptionStarted(/* id */ 1, /* pushedCount */ 3, /* pulledCount */ 1); in TEST()
987 stats.noteSubscriptionStarted(id, /* pushedCount */ 3, /* pulledCount */ 1); in TEST()
1005 stats.noteSubscriptionStarted(id, /* pushedCount */ 3, /* pulledCount */ 1); in TEST()
1014 stats.noteSubscriptionStarted(maxSubs + 1, /* pushedCount */ 3, /* pulledCount */ 1); in TEST()
/packages/modules/StatsD/statsd/src/shell/
DShellSubscriberClient.cpp169 StatsdStats::getInstance().noteSubscriptionStarted(id, readConfigResult->pushedMatchers.size(), in create()
/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.h703 void noteSubscriptionStarted(int subId, int32_t pushedAtomCount, int32_t pulledAtomCount);
DStatsdStats.cpp1023 void StatsdStats::noteSubscriptionStarted(int subId, int32_t pushedAtomCount, in noteSubscriptionStarted() function in android::os::statsd::StatsdStats