Home
last modified time | relevance | path

Searched refs:BundleActiveGroupController (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_controller.cpp38 BundleActiveGroupController::BundleActiveGroupController(const bool debug) in BundleActiveGroupController() function in OHOS::DeviceUsageStats::BundleActiveGroupController
56 void BundleActiveGroupController::RestoreDurationToDatabase() in RestoreDurationToDatabase()
62 void BundleActiveGroupController::RestoreToDatabase(const int32_t userId) in RestoreToDatabase()
68 void BundleActiveGroupController::OnUserRemoved(const int32_t userId) in OnUserRemoved()
104 void BundleActiveGroupController::SetHandlerAndCreateUserHistory( in SetHandlerAndCreateUserHistory()
131 void BundleActiveGroupController::DeleteUsageGroupCache( in DeleteUsageGroupCache()
148 bool BundleActiveGroupController::GetBundleMgrProxy() in GetBundleMgrProxy()
206 void BundleActiveGroupController::CheckIdleStatsOneTime() in CheckIdleStatsOneTime()
230 bool BundleActiveGroupController::calculationTimeOut( in calculationTimeOut()
408 ErrCode BundleActiveGroupController::QueryAppGroup(int32_t& appGroup, in QueryAppGroup()
[all …]
H A Dbundle_active_group_handler.cpp51 void BundleActiveGroupHandler::Init(const std::shared_ptr<BundleActiveGroupController>& bundleActiv… in Init()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_common_event_subscriber.h37 class BundleActiveGroupController; variable
43 const std::shared_ptr<BundleActiveGroupController> activeGroupController, in BundleActiveCommonEventSubscriber()
54 std::weak_ptr<BundleActiveGroupController> activeGroupController_;
H A Dbundle_active_core.h262 std::shared_ptr<BundleActiveGroupController> bundleGroupController_;
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_group_controller.h38 class BundleActiveGroupController : public std::enable_shared_from_this<BundleActiveGroupController
58 BundleActiveGroupController(const bool debug);
59 ~BundleActiveGroupController() {} in ~BundleActiveGroupController()
H A Dbundle_active_group_handler.h60 void Init(const std::shared_ptr<BundleActiveGroupController>& bundleActiveController);
75 std::shared_ptr<BundleActiveGroupController> bundleActiveGroupController_;
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_mock_test.cpp341 auto groupController = std::make_shared<BundleActiveGroupController>(false);
361 auto groupController = std::make_shared<BundleActiveGroupController>(false);
H A Dpackage_usage_test.cpp739 auto groupController = std::make_shared<BundleActiveGroupController>(false);
767 auto groupController = std::make_shared<BundleActiveGroupController>(false);
H A Ddevice_usage_statistics_service_test.cpp901 coreObject->bundleGroupController_ = std::make_shared<BundleActiveGroupController>(true);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp189 bundleGroupController_ = std::make_shared<BundleActiveGroupController>(debugCore_); in Init()