Home
last modified time | relevance | path

Searched refs:reportHandler_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_app_state_obsever.cpp30 reportHandler_ = reportHandler; in Init()
74 if (reportHandler_ != nullptr) { in OnAbilityStateChanged()
77 reportHandler_->SendEvent(BundleActiveReportHandler::MSG_REPORT_EVENT, handlerobjToPtr); in OnAbilityStateChanged()
H A Dbundle_active_continuous_task_observer.cpp32 reportHandler_ = reportHandler; in Init()
114 if (reportHandler_ != nullptr) { in ReportContinuousTaskEvent()
118 reportHandler_->SendEvent(BundleActiveReportHandler::MSG_REPORT_EVENT, handlerobjToPtr); in ReportContinuousTaskEvent()
H A Dbundle_active_service.cpp134 if (reportHandler_ == nullptr) { in InitService()
135 reportHandler_ = std::make_shared<BundleActiveReportHandler>(); in InitService()
136 if (reportHandler_ == nullptr) { in InitService()
139 reportHandler_->Init(bundleActiveCore_); in InitService()
141 if (reportHandler_ != nullptr && bundleActiveCore_ != nullptr) { in InitService()
143 bundleActiveCore_->SetHandler(reportHandler_); in InitService()
159 InitAppStateSubscriber(reportHandler_); in InitService()
160 InitContinuousSubscriber(reportHandler_); in InitService()
262 reportHandler_->SendEvent(BundleActiveReportHandler::MSG_REPORT_EVENT, handlerobjToPtr); in ReportEvent()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_continuous_task_observer.h45 std::shared_ptr<BundleActiveReportHandler> reportHandler_; variable
H A Dbundle_active_app_state_observer.h57 std::shared_ptr<BundleActiveReportHandler> reportHandler_; variable
H A Dbundle_active_service.h226 std::shared_ptr<BundleActiveReportHandler> reportHandler_; variable