Searched refs:BundleResourceHelper (Results 1 - 9 of 9) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bmsbundleresourcehelper_fuzzer/ |
H A D | bmsbundleresourcehelper_fuzzer.cpp | 30 BundleResourceHelper::BundleSystemStateInit(); in DoSomethingInterestingWithMyAPI() 31 BundleResourceHelper::RegisterConfigurationObserver(); in DoSomethingInterestingWithMyAPI() 32 BundleResourceHelper::RegisterCommonEventSubscriber(); in DoSomethingInterestingWithMyAPI() 34 BundleResourceHelper::AddResourceInfoByBundleName(bundleName, USERID); in DoSomethingInterestingWithMyAPI() 35 BundleResourceHelper::DeleteResourceInfo(bundleName); in DoSomethingInterestingWithMyAPI() 36 BundleResourceHelper::DeleteAllResourceInfo(); in DoSomethingInterestingWithMyAPI() 38 BundleResourceHelper::GetAllBundleResourceName(resourceNames); in DoSomethingInterestingWithMyAPI() 39 BundleResourceHelper::ParseBundleName(bundleName); in DoSomethingInterestingWithMyAPI() 41 BundleResourceHelper::SetOverlayEnabled(bundleName, moduleName, true, USERID); in DoSomethingInterestingWithMyAPI() 43 BundleResourceHelper in DoSomethingInterestingWithMyAPI() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_resource_helper.cpp | 31 void BundleResourceHelper::BundleSystemStateInit() in BundleSystemStateInit() 46 void BundleResourceHelper::RegisterConfigurationObserver() in RegisterConfigurationObserver() 53 void BundleResourceHelper::RegisterCommonEventSubscriber() in RegisterCommonEventSubscriber() 60 void BundleResourceHelper::AddResourceInfoByBundleName(const std::string &bundleName, in AddResourceInfoByBundleName() 78 bool BundleResourceHelper::DeleteResourceInfo(const std::string &key, const int32_t userId) in DeleteResourceInfo() 99 void BundleResourceHelper::GetAllBundleResourceName(std::vector<std::string> &resourceNames) in GetAllBundleResourceName() 114 std::string BundleResourceHelper::ParseBundleName(const std::string &keyName) in ParseBundleName() 125 void BundleResourceHelper::SetOverlayEnabled(const std::string &bundleName, const std::string &moduleName, in SetOverlayEnabled() 136 bool BundleResourceHelper::DeleteAllResourceInfo() in DeleteAllResourceInfo() 154 bool BundleResourceHelper [all...] |
H A D | bundle_mgr_service.cpp | 143 BundleResourceHelper::BundleSystemStateInit(); in Init()
|
H A D | bundle_mgr_service_event_handler.cpp | 290 BundleResourceHelper::RegisterCommonEventSubscriber(); in AfterBmsStart() 291 BundleResourceHelper::RegisterConfigurationObserver(); in AfterBmsStart() 1130 BundleResourceHelper::DeleteNotExistResourceInfo(); in ProcessRebootBundle() 3688 BundleResourceHelper::GetAllBundleResourceName(resourceNames); in ProcessBundleResourceInfo() 3703 BundleResourceHelper::AddResourceInfoByBundleName(bundleName, Constants::START_USERID); in ProcessBundleResourceInfo()
|
H A D | base_bundle_installer.cpp | 1343 BundleResourceHelper::AddResourceInfoByBundleName(bundleName_, userId_); in ProcessBundleInstall() 1642 BundleResourceHelper::DeleteResourceInfo(bundleName, userId_); in ProcessBundleUninstall() 6127 BundleResourceHelper::DeleteResourceInfo(oldInfo.GetBundleName()); in RollbackHmpCommonInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_resource_helper.h | 27 class BundleResourceHelper { class
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 229 BundleResourceHelper::AddCloneBundleResourceInfo(bundleName, appIndex, userId); in ProcessCloneBundleInstall() 300 BundleResourceHelper::DeleteCloneBundleResourceInfo(bundleName, appIndex, userId); in ProcessCloneBundleUninstall()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_resource_test.cpp | 3409 bool ret = BundleResourceHelper::DeleteAllResourceInfo(); in HWTEST_F() 3744 bool ret = BundleResourceHelper::AddCloneBundleResourceInfo(BUNDLE_NAME, false, USERID); in HWTEST_F() 3756 bool ret = BundleResourceHelper::DeleteCloneBundleResourceInfo(BUNDLE_NAME, false, USERID); in HWTEST_F() 3948 BundleResourceHelper::BundleSystemStateInit(); in HWTEST_F() 3949 BundleResourceHelper::RegisterConfigurationObserver(); in HWTEST_F() 3950 BundleResourceHelper::RegisterCommonEventSubscriber(); in HWTEST_F() 3951 BundleResourceHelper::AddResourceInfoByBundleName(BUNDLE_NAME, 100); in HWTEST_F() 3954 bool ret = BundleResourceHelper::DeleteResourceInfo(key); in HWTEST_F() 3966 BundleResourceHelper::GetAllBundleResourceName(resourceNames); in HWTEST_F() 3967 BundleResourceHelper in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/ |
H A D | bundle_overlay_data_manager.cpp | 711 BundleResourceHelper::SetOverlayEnabled(bundleName, moduleName, isEnabled, userId);
in SetOverlayEnabled()
|
Completed in 25 milliseconds