Home
last modified time | relevance | path

Searched defs:reportHandler (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dbundle_active_total_test.cpp88 auto reportHandler = std::make_shared<BundleActiveReportHandler>(runner); variable
195 auto reportHandler = std::make_shared<BundleActiveReportHandler>(); variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_app_state_obsever.cpp26 void BundleActiveAppStateObserver::Init(const std::shared_ptr<BundleActiveReportHandler>& reportHan… in Init()
H A Dbundle_active_continuous_task_observer.cpp28 …oid BundleActiveContinuousTaskObserver::Init(const std::shared_ptr<BundleActiveReportHandler>& rep… in Init()
H A Dbundle_active_service.cpp177 … BundleActiveService::InitAppStateSubscriber(const std::shared_ptr<BundleActiveReportHandler>& rep… in InitAppStateSubscriber()
189 …undleActiveService::InitContinuousSubscriber(const std::shared_ptr<BundleActiveReportHandler>& rep… in InitContinuousSubscriber()
H A Dbundle_active_core.cpp222 void BundleActiveCore::SetHandler(const std::shared_ptr<BundleActiveReportHandler>& reportHandler) in SetHandler()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_report_handler.cpp49 auto reportHandler = shared_from_this(); in SendEvent() local