Searched refs:noteSubscriptionStarted (Results 1 – 4 of 4) sorted by relevance
/packages/modules/StatsD/statsd/tests/guardrail/ |
D | StatsdStats_test.cpp | 914 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/ |
D | ShellSubscriberClient.cpp | 169 StatsdStats::getInstance().noteSubscriptionStarted(id, readConfigResult->pushedMatchers.size(), in create()
|
/packages/modules/StatsD/statsd/src/guardrail/ |
D | StatsdStats.h | 703 void noteSubscriptionStarted(int subId, int32_t pushedAtomCount, int32_t pulledAtomCount);
|
D | StatsdStats.cpp | 1023 void StatsdStats::noteSubscriptionStarted(int subId, int32_t pushedAtomCount, in noteSubscriptionStarted() function in android::os::statsd::StatsdStats
|