Home
last modified time | relevance | path

Searched refs:BundleResourceHelper (Results 1 - 9 of 9) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bmsbundleresourcehelper_fuzzer/
H A Dbmsbundleresourcehelper_fuzzer.cpp30 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 Dbundle_resource_helper.cpp31 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 Dbundle_mgr_service.cpp143 BundleResourceHelper::BundleSystemStateInit(); in Init()
H A Dbundle_mgr_service_event_handler.cpp290 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 Dbase_bundle_installer.cpp1343 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 Dbundle_resource_helper.h27 class BundleResourceHelper { class
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp229 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 Dbms_bundle_resource_test.cpp3409 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 Dbundle_overlay_data_manager.cpp711 BundleResourceHelper::SetOverlayEnabled(bundleName, moduleName, isEnabled, userId); in SetOverlayEnabled()

Completed in 25 milliseconds