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 D | bms_bundle_multiuser_install_ipc_test.cpp | 190 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 D | bundle_installer_interface.h | 146 virtual ErrCode InstallExisted(const std::string &bundleName, int32_t userId) in InstallExisted() function
|
H A D | bundle_installer_proxy.h | 120 virtual ErrCode InstallExisted(const std::string &bundleName, int32_t userId) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_installer_host.h | 138 virtual ErrCode InstallExisted(const std::string &bundleName, int32_t userId) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer_host.cpp | 856 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 D | bundle_installer_proxy.cpp | 770 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 D | installer.cpp | 1874 ErrCode result = iBundleInstaller->InstallExisted(bundleName, userId); in InnerInstallPreexistingApp()
|