Lines Matching refs:statsService
94 const std::shared_ptr<IStatsd> statsService = statsProvider->getStatsService(); in onStatsBinderRestart() local
95 if (statsService == nullptr) { in onStatsBinderRestart()
107 statsService->addSubscription(subscription->getSubscriptionParamsBytes(), subscription); in onStatsBinderRestart()
142 const std::shared_ptr<IStatsd> statsService = statsProvider->getStatsService(); in AStatsManager_addSubscription() local
143 if (statsService != nullptr) { in AStatsManager_addSubscription()
144 statsService->addSubscription(subscriptionConfig, subscription); in AStatsManager_addSubscription()
157 const std::shared_ptr<IStatsd> statsService = statsProvider->getStatsService(); in AStatsManager_removeSubscription() local
158 if (statsService == nullptr) { in AStatsManager_removeSubscription()
164 statsService->removeSubscription(subscription); in AStatsManager_removeSubscription()
174 const std::shared_ptr<IStatsd> statsService = statsProvider->getStatsService(); in AStatsManager_flushSubscription() local
175 if (statsService == nullptr) { in AStatsManager_flushSubscription()
184 statsService->flushSubscription(subscription); in AStatsManager_flushSubscription()