Home
last modified time | relevance | path

Searched refs:InstallExisted (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_multiuser_install_test/
H A Dbms_bundle_multiuser_install_ipc_test.cpp190 auto result = installerProxy->InstallExisted(bundleName, userId);
205 auto result = installerProxy->InstallExisted(bundleName, userId);
220 auto result = installerProxy->InstallExisted(bundleName, userId);
230 auto res = installer.InstallExisted(bundleName, userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_installer_interface.h146 virtual ErrCode InstallExisted(const std::string &bundleName, int32_t userId) in InstallExisted() function
H A Dbundle_installer_proxy.h120 virtual ErrCode InstallExisted(const std::string &bundleName, int32_t userId) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_installer_host.h138 virtual ErrCode InstallExisted(const std::string &bundleName, int32_t userId) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer_host.cpp856 ErrCode BundleInstallerHost::InstallExisted(const std::string &bundleName, int32_t userId) in InstallExisted() function in OHOS::AppExecFwk::BundleInstallerHost
885 auto ret = InstallExisted(bundleName, userId); in HandleInstallExisted()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_installer_proxy.cpp770 ErrCode BundleInstallerProxy::InstallExisted(const std::string &bundleName, int32_t userId) in InstallExisted() function in OHOS::AppExecFwk::BundleInstallerProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp1874 ErrCode result = iBundleInstaller->InstallExisted(bundleName, userId); in InnerInstallPreexistingApp()