Home
last modified time | relevance | path

Searched refs:bundleGroupEnable_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_group_controller.h49 bool bundleGroupEnable_ = true; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_handler.cpp216 bundleActiveGroupController_->bundleGroupEnable_) { in ProcessEvent()
H A Dbundle_active_group_controller.cpp244 if (bundleGroupEnable_ == false) { in ReportEvent()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp839 coreObject->bundleGroupController_->bundleGroupEnable_ = false;
1100 coreObject->bundleGroupController_->bundleGroupEnable_ = false;
1103 coreObject->bundleGroupController_->bundleGroupEnable_ = true;
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp211 bundleGroupController_->bundleGroupEnable_ = true; in InitBundleGroupController()