Home
last modified time | relevance | path

Searched refs:bundleGroupHandler_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp198 bundleGroupHandler_ = std::make_shared<BundleActiveGroupHandler>(debugCore_); in InitBundleGroupController()
199 if (bundleGroupHandler_ == nullptr) { in InitBundleGroupController()
203 bundleGroupHandler_->Init(bundleGroupController_); in InitBundleGroupController()
204 …bundleGroupController_->SetHandlerAndCreateUserHistory(bundleGroupHandler_, realTimeShot_, shared_… in InitBundleGroupController()
728 bundleGroupHandler_->PostTask([bundleActiveCore, callbackInfo, tokenInfo]() { in OnAppGroupChanged()
838 bundleGroupHandler_->PostSyncTask([bundleActiveCore, &remote]() { in OnObserverDied()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_core.h263 std::shared_ptr<BundleActiveGroupHandler> bundleGroupHandler_; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dpackage_usage_test.cpp59 bundleActiveCore_->bundleGroupHandler_->ffrtQueue_.reset(); in TearDownTestCase()
H A Ddevice_usage_statistics_service_test.cpp78 bundleActiveCore_->bundleGroupHandler_->ffrtQueue_.reset(); in TearDownTestCase()