/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_bundle_manager.h | 122 …MOCK_METHOD3(SetModuleRemovable, bool(const std::string &bundleName, const std::string &moduleName…
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_bms_helper.cpp | 128 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 D | bundlemgrproxy_fuzzer.cpp | 125 bundleMgrProxy.SetModuleRemovable(bundleName, moduleName, isEnable); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/ |
H A D | fms_form_bms_helper_test.cpp | 150 bool SetModuleRemovable( in SetModuleRemovable() function in OHOS::AppExecFwk::MockBundleMgrProxy
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | fms_form_mgr_service_test2.cpp | 128 bool SetModuleRemovable( in SetModuleRemovable() function in __anonb194acf80110::MockBundleMgrProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 782 virtual bool SetModuleRemovable( in SetModuleRemovable() function
|
H A D | bundle_mgr_proxy.h | 845 virtual bool SetModuleRemovable(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 823 virtual bool SetModuleRemovable(
|
H A D | bundle_data_mgr.h | 755 …bool SetModuleRemovable(const std::string &bundleName, const std::string &moduleName, bool isEnabl…
|
H A D | inner_bundle_info.h | 1531 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 D | bms_bundle_permission_false_test.cpp | 587 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 D | bms_bundle_kit_service_test.cpp | 1596 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 D | bms_bundle_data_mgr_test.cpp | 2542 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 D | bms_bundle_free_install_test.cpp | 375 bool result = bundleMgr->SetModuleRemovable(BUNDLE_NAME, MODULE_NAME_TEST, true);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 2035 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 D | bundle_data_mgr.cpp | 4248 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 D | inner_bundle_info.cpp | 3553 bool InnerBundleInfo::SetModuleRemovable(const std::string &moduleName, bool isEnable, int32_t user… in SetModuleRemovable() function in OHOS::AppExecFwk::InnerBundleInfo
|
H A D | base_bundle_installer.cpp | 706 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 D | bms_bundle_data_storage_database_test.cpp | 2230 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 D | acts_bms_kit_system_test.cpp | 6983 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 D | bundle_test_tool.cpp | 1113 auto ret = bundleMgrProxy_->SetModuleRemovable(bundleName, moduleName, enable); in SetIsRemovableOperation()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 2503 bool ret = SetModuleRemovable(bundleName, moduleName, isEnable); in HandleSetModuleRemovable()
|
H A D | bundle_mgr_proxy.cpp | 1926 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 D | fms_form_share_mgr_test.cpp | 3685 EXPECT_CALL(*bundleMgr_, SetModuleRemovable(_, _, _)).Times(1);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2604 retBool = hostImpl->SetModuleRemovable("", "", isRemovable);
|