Home
last modified time | relevance | path

Searched refs:SetModuleRemovable (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_bundle_manager.h122 …MOCK_METHOD3(SetModuleRemovable, bool(const std::string &bundleName, const std::string &moduleName…
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp128 if (!IN_PROCESS_CALL(iBundleMgr->SetModuleRemovable(bundleName, moduleName, false))) { in NotifyModuleNotRemovable()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp125 bundleMgrProxy.SetModuleRemovable(bundleName, moduleName, isEnable); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp150 bool SetModuleRemovable( in SetModuleRemovable() function in OHOS::AppExecFwk::MockBundleMgrProxy
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test2.cpp128 bool SetModuleRemovable( in SetModuleRemovable() function in __anonb194acf80110::MockBundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h782 virtual bool SetModuleRemovable( in SetModuleRemovable() function
H A Dbundle_mgr_proxy.h845 virtual bool SetModuleRemovable(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h823 virtual bool SetModuleRemovable(
H A Dbundle_data_mgr.h755 …bool SetModuleRemovable(const std::string &bundleName, const std::string &moduleName, bool isEnabl…
H A Dinner_bundle_info.h1531 bool SetModuleRemovable(const std::string &moduleName, bool isEnable, int32_t userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp587 bool ret = bundleMgrHostImpl_->SetModuleRemovable(BUNDLE_NAME, MOUDLE_NAME, isEnable);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp1596 bool testRet = GetBundleDataMgr()->SetModuleRemovable(BUNDLE_NAME_TEST, MODULE_NAME_TEST, true);
1616 … bool testRet = GetBundleDataMgr()->SetModuleRemovable(BUNDLE_NAME_TEST, MODULE_NAME_TEST, false);
1623 … bool testRet2 = GetBundleDataMgr()->SetModuleRemovable(BUNDLE_NAME_TEST, MODULE_NAME_TEST, true);
1657 bool testRet = GetBundleDataMgr()->SetModuleRemovable("", "", true);
1677 bool testRet = GetBundleDataMgr()->SetModuleRemovable(BUNDLE_NAME_TEST, MODULE_NAME_TEST, true);
1702 bool testRet = GetBundleDataMgr()->SetModuleRemovable("", "", true);
9935 auto ret1 = hostImpl->SetModuleRemovable(
9959 auto ret1 = hostImpl->SetModuleRemovable(
12870 …bool testRet = GetBundleDataMgr()->SetModuleRemovable(BUNDLE_NAME_TEST_CLEAR, MODULE_NAME_TEST_CLE…
H A Dbms_bundle_data_mgr_test.cpp2542 bool res = GetBundleDataMgr()->SetModuleRemovable(
2561 bool res = GetBundleDataMgr()->SetModuleRemovable(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp375 bool result = bundleMgr->SetModuleRemovable(BUNDLE_NAME, MODULE_NAME_TEST, true);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2035 bool BundleMgrHostImpl::SetModuleRemovable(const std::string &bundleName, const std::string &module… in SetModuleRemovable() function in OHOS::AppExecFwk::BundleMgrHostImpl
2046 return dataMgr->SetModuleRemovable(bundleName, moduleName, isEnable); in SetModuleRemovable()
H A Dbundle_data_mgr.cpp4248 bool BundleDataMgr::SetModuleRemovable(const std::string &bundleName, const std::string &moduleName… in SetModuleRemovable() function in OHOS::AppExecFwk::BundleDataMgr
4268 bool ret = newInfo.SetModuleRemovable(moduleName, isEnable, userId); in SetModuleRemovable()
4270 ret = infoItem->second.SetModuleRemovable(moduleName, isEnable, userId); in SetModuleRemovable()
H A Dinner_bundle_info.cpp3553 bool InnerBundleInfo::SetModuleRemovable(const std::string &moduleName, bool isEnable, int32_t user… in SetModuleRemovable() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbase_bundle_installer.cpp706 item.second.SetModuleRemovable(iter.second.moduleName, true, userId); in CheckEnableRemovable()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp2230 bool ret = info.SetModuleRemovable(MODULE_NAME, false, Constants::START_USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp6983 bool ret = bundleMgrProxy->SetModuleRemovable(bundleName, moduleName, true);
6998 bool ret = bundleMgrProxy->SetModuleRemovable("", moduleName, true);
7013 bool ret = bundleMgrProxy->SetModuleRemovable(bundleName, "", true);
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp1113 auto ret = bundleMgrProxy_->SetModuleRemovable(bundleName, moduleName, enable); in SetIsRemovableOperation()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2503 bool ret = SetModuleRemovable(bundleName, moduleName, isEnable); in HandleSetModuleRemovable()
H A Dbundle_mgr_proxy.cpp1926 bool BundleMgrProxy::SetModuleRemovable(const std::string &bundleName, const std::string &moduleNam… in SetModuleRemovable() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp3685 EXPECT_CALL(*bundleMgr_, SetModuleRemovable(_, _, _)).Times(1);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2604 retBool = hostImpl->SetModuleRemovable("", "", isRemovable);