Home
last modified time | relevance | path

Searched refs:InstallExistedApp (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_multiuser_installer.h36 ErrCode InstallExistedApp(const std::string &bundleName, const int32_t userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_multiuser_installer.cpp46 ErrCode BundleMultiUserInstaller::InstallExistedApp(const std::string &bundleName, const int32_t us… in InstallExistedApp() function in OHOS::AppExecFwk::BundleMultiUserInstaller
H A Dbundle_installer_host.cpp873 return installer->InstallExistedApp(bundleName, userId); in InstallExisted()