Searched refs:InstallExistedApp (Results 1 – 3 of 3) sorted by relevance
36 ErrCode InstallExistedApp(const std::string &bundleName, const int32_t userId);
46 ErrCode BundleMultiUserInstaller::InstallExistedApp(const std::string &bundleName, const int32_t us… in InstallExistedApp() function in OHOS::AppExecFwk::BundleMultiUserInstaller
873 return installer->InstallExistedApp(bundleName, userId); in InstallExisted()