Searched defs:reportHandler (Results 1 – 6 of 6) sorted by relevance
88 auto reportHandler = std::make_shared<BundleActiveReportHandler>(runner); variable195 auto reportHandler = std::make_shared<BundleActiveReportHandler>(); variable
26 void BundleActiveAppStateObserver::Init(const std::shared_ptr<BundleActiveReportHandler>& reportHan… in Init()
28 …oid BundleActiveContinuousTaskObserver::Init(const std::shared_ptr<BundleActiveReportHandler>& rep… in Init()
177 … BundleActiveService::InitAppStateSubscriber(const std::shared_ptr<BundleActiveReportHandler>& rep… in InitAppStateSubscriber()189 …undleActiveService::InitContinuousSubscriber(const std::shared_ptr<BundleActiveReportHandler>& rep… in InitContinuousSubscriber()
222 void BundleActiveCore::SetHandler(const std::shared_ptr<BundleActiveReportHandler>& reportHandler) in SetHandler()
49 auto reportHandler = shared_from_this(); in SendEvent() local