Home
last modified time | relevance | path

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

/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.cpp131 if (reportHandler_ == nullptr) { in InitService()
132 reportHandler_ = std::make_shared<BundleActiveReportHandler>(); in InitService()
133 if (reportHandler_ == nullptr) { in InitService()
136 reportHandler_->Init(bundleActiveCore_); in InitService()
138 if (reportHandler_ != nullptr && bundleActiveCore_ != nullptr) { in InitService()
140 bundleActiveCore_->SetHandler(reportHandler_); in InitService()
156 InitAppStateSubscriber(reportHandler_); in InitService()
157 InitContinuousSubscriber(reportHandler_); in InitService()
259 reportHandler_->SendEvent(BundleActiveReportHandler::MSG_REPORT_EVENT, handlerobjToPtr); in ReportEvent()
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_app_state_observer.h57 std::shared_ptr<BundleActiveReportHandler> reportHandler_; member in OHOS::DeviceUsageStats::BundleActiveAppStateObserver
H A Dbundle_active_continuous_task_observer.h45 std::shared_ptr<BundleActiveReportHandler> reportHandler_; member in OHOS::DeviceUsageStats::BundleActiveContinuousTaskObserver
H A Dbundle_active_service.h215 std::shared_ptr<BundleActiveReportHandler> reportHandler_; member in OHOS::DeviceUsageStats::BundleActiveService

Completed in 3 milliseconds