/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 542 Install(bundleFilePath, InstallFlag::REPLACE_EXISTING, resvec); 572 Install(bundleFilePath, InstallFlag::REPLACE_EXISTING, resvec); 605 Install(bundleFilePath, InstallFlag::REPLACE_EXISTING, resvec); 4851 installParam.installFlag = InstallFlag::REPLACE_EXISTING; 4888 installParam.installFlag = InstallFlag::REPLACE_EXISTING; 4924 installParam.installFlag = InstallFlag::REPLACE_EXISTING; 4974 installParam.installFlag = InstallFlag::REPLACE_EXISTING; 8318 installParam.installFlag = InstallFlag::REPLACE_EXISTING; 8356 installParam.installFlag = InstallFlag::REPLACE_EXISTING; 8365 installParam.installFlag = InstallFlag::REPLACE_EXISTING; [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/installer_proxy_test/ |
H A D | installer_proxy_test.cpp | 94 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in BenchmarkTestInstallerProxyInfo() 116 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in BenchmarkTestMultipleInstallerProxyInfo() 135 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in BenchmarkTestUninstallerApplication()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer.cpp | 44 userInstallParam.installFlag = InstallFlag::REPLACE_EXISTING; in Install() 69 userInstallParam.installFlag = InstallFlag::REPLACE_EXISTING; in Recover() 90 userInstallParam.installFlag = InstallFlag::REPLACE_EXISTING; in Install() 237 userInstallParam.installFlag = InstallFlag::REPLACE_EXISTING; in UninstallAndRecover()
|
H A D | bundle_mgr_service_event_handler.cpp | 508 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in ReInstallAllInstallDirApps() 2375 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in OTAInstallSystemBundle() 2404 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in OTAInstallSystemBundleNeedCheckUser() 2436 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in OTAInstallSystemSharedBundle() 3024 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in PatchSystemBundleInstall()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_updater_test/ |
H A D | bms_bundle_updater_test.cpp | 181 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in UpdateBundle() 202 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in UpdateBundle() 430 installParam.installFlag = InstallFlag::REPLACE_EXISTING;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/ |
H A D | bundle_mgr_client_system_test.cpp | 231 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); in GetResConfigFile() 248 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); in GetProfileFromAbility() 265 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); in GetProfileFromExtension() 1754 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); 1787 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); 1834 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); 1868 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); 1897 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); 1931 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); 1960 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | install_param.h | 32 REPLACE_EXISTING = 1, enumerator
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bms_install_system_test.cpp | 514 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); 545 InstallBundle(bundleReFilePath, InstallFlag::REPLACE_EXISTING, installMsg); 597 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); 1558 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); 1591 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); 1623 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); 1661 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg);
|
H A D | bms_install_external_hsp_so_test.cpp | 224 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in UpdateInstallPath()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_crowdtesting_test/ |
H A D | bms_bundle_crowdtesting_test.cpp | 182 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in UpdateBundle() 208 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in UpdateBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_dependencies_test/ |
H A D | bms_bundle_dependencies_test.cpp | 145 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in UpdateBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/ |
H A D | bms_bundle_hsp_test.cpp | 167 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in UpdateBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/ |
H A D | bms_compatible_system_test.cpp | 308 Install(bundleFilePath2, InstallFlag::REPLACE_EXISTING, message); 567 Install(bundleFilePath2, InstallFlag::REPLACE_EXISTING, message);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_manager_test/ |
H A D | bms_bundle_resource_manager_test.cpp | 120 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in InstallBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_uninstaller_test/ |
H A D | bms_bundle_uninstaller_test.cpp | 314 installParam.installFlag = flag ? InstallFlag::NORMAL : InstallFlag::REPLACE_EXISTING; in InstallMultipleBundles()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_extend_resource_manager_test/ |
H A D | bms_extend_resource_manager_test.cpp | 101 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in InstallBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/ |
H A D | bms_launcher_service_system_test.cpp | 470 Install(bundleFilePath2, InstallFlag::REPLACE_EXISTING, message); 657 Install(bundleFilePath2, InstallFlag::REPLACE_EXISTING, message);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_permission_grant_system_test/ |
H A D | bms_permission_grant_system_test.cpp | 191 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in InstallBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_sandbox_app_system_test/ |
H A D | bundle_mgr_sandbox_app_system_test.cpp | 437 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg); 473 InstallBundle(bundleFilePath, InstallFlag::REPLACE_EXISTING, installMsg);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_get_window_properties_test.cpp | 160 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in InstallBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_code_signature_test/ |
H A D | bundle_mgr_code_signature_system_test.cpp | 183 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in InstallBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/ |
H A D | bms_bundle_app_control_test.cpp | 158 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in InstallBundle() 182 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in UpdateBundle()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | errorcode-bundle.md | 632 2. 如果希望应用更新但版本号不升级,需要设置installFlag为REPLACE_EXISTING。
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_multiple_installer_test.cpp | 171 installParam.installFlag = flag ? InstallFlag::NORMAL : InstallFlag::REPLACE_EXISTING; in InstallThirdPartyMultipleBundles() 192 installParam.installFlag = InstallFlag::REPLACE_EXISTING; in UpdateThirdPartyBundle()
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/bundle_manager/src/ |
H A D | bundle_manager_addon.cpp | 288 (installFlag != static_cast<int32_t>(OHOS::AppExecFwk::InstallFlag::REPLACE_EXISTING)) && in jsObjectToInstallParam()
|