Home
last modified time | relevance | path

Searched refs:InstallCloneApp (Results 1 - 16 of 16) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/clone/
H A Dbundle_clone_installer.h38 ErrCode InstallCloneApp(const std::string &bundleName, const int32_t userId, int32_t &appIndex);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_installer_interface.h136 virtual ErrCode InstallCloneApp(const std::string &bundleName, int32_t userId, int32_t& appIndex) in InstallCloneApp() function in OHOS::AppExecFwk::IBundleInstaller
H A Dbundle_installer_proxy.h116 virtual ErrCode InstallCloneApp(const std::string &bundleName, int32_t userId, int32_t& appIndex) override;
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/
H A Dbundleinstallerhost_fuzzer.cpp83 bundleInstallerHost->InstallCloneApp(bundleName, userId, appIndex); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundlecloneinstaller_fuzzer/
H A Dbundlecloneinstaller_fuzzer.cpp75 bundleCloneInstall->InstallCloneApp(bundleName, userId, appIndex); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_ipc_test.cpp124 auto result = installerProxy->InstallCloneApp(bundleName, userId, appIndex); in HWTEST_F()
139 auto result = installerProxy->InstallCloneApp(bundleName, userId, appIndex); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_installer_host.h134 virtual ErrCode InstallCloneApp(const std::string &bundleName, int32_t userId, int32_t& appIndex) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_installer_test/
H A Dbms_bundle_clone_installer_test.cpp219 * @tc.desc: InstallCloneApp() and UninstallCloneApp() and UninstallAllCloneApps()
223 EXPECT_EQ(bundleCloneInstall_->InstallCloneApp("", userId_, appIdx_), in HWTEST_F()
296 bundleCloneInstall_->InstallCloneApp(bundleName, installer, appIndex); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer_host.cpp775 ErrCode BundleInstallerHost::InstallCloneApp(const std::string &bundleName, int32_t userId, int32_t& appIndex) in InstallCloneApp() function in OHOS::AppExecFwk::BundleInstallerHost
788 LOG_E(BMS_TAG_INSTALLER, "InstallCloneApp permission denied"); in InstallCloneApp()
792 return installer->InstallCloneApp(bundleName, userId, appIndex); in InstallCloneApp()
804 auto ret = InstallCloneApp(bundleName, userId, appIndex); in HandleInstallCloneApp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp47 ErrCode BundleCloneInstaller::InstallCloneApp(const std::string &bundleName, in InstallCloneApp() function in OHOS::AppExecFwk::BundleCloneInstaller
51 APP_LOGD("InstallCloneApp %{public}s begin", bundleName.c_str()); in InstallCloneApp()
211 APP_LOGE("InstallCloneApp create clone dir failed"); in ProcessCloneBundleInstall()
238 APP_LOGI("InstallCloneApp %{public}s appIndex:%{public}d succesfully", bundleName.c_str(), appIndex); in ProcessCloneBundleInstall()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_installer_proxy.cpp692 ErrCode BundleInstallerProxy::InstallCloneApp(const std::string &bundleName, int32_t userId, int32_t& appIndex) in InstallCloneApp() function in OHOS::AppExecFwk::BundleInstallerProxy
700 LOG_E(BMS_TAG_INSTALLER, "failed to InstallCloneApp due to write MessageParcel fail"); in InstallCloneApp()
704 LOG_E(BMS_TAG_INSTALLER, "failed to InstallCloneApp due to write bundleName fail"); in InstallCloneApp()
708 LOG_E(BMS_TAG_INSTALLER, "failed to InstallCloneApp due to write userId fail"); in InstallCloneApp()
712 LOG_E(BMS_TAG_INSTALLER, "failed to InstallCloneApp due to write appIndex fail"); in InstallCloneApp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_proxy_test/
H A Dbms_bundle_installer_proxy_test.cpp820 * @tc.name: test the InstallCloneApp
822 * 2. test InstallCloneApp
831 auto res = bundleInstallerProxy.InstallCloneApp(bundleName, userId, appIndex); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp5517 ErrCode ret = installerProxy->InstallCloneApp(appName, USERID, appIndex1); in HWTEST_F()
5520 ret = installerProxy->InstallCloneApp(appName, USERID, appIndex2); in HWTEST_F()
5611 ErrCode ret = installerProxy->InstallCloneApp(appName, USERID, appIndex1); in HWTEST_F()
5614 ret = installerProxy->InstallCloneApp(appName, USERID, appIndex2); in HWTEST_F()
6124 ErrCode ret = installerProxy->InstallCloneApp(appName, USERID, appIndex1); in HWTEST_F()
6677 * @tc.name: test InstallCloneApp proxy
6678 * @tc.desc: InstallCloneApp param error
6686 ErrCode ret = installerProxy->InstallCloneApp(bundleName, TEST_INSTALLER_UID, appIndex); in HWTEST_F()
9315 auto result = installerProxy->InstallCloneApp(bundleName, userId, appIndex); in HWTEST_F()
9337 auto result = installerProxy->InstallCloneApp(bundleNam in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp1397 * @tc.name: test InstallCloneApp of IBundleInstaller
1405 auto result = installerProxy->InstallCloneApp("", USERID, appIndex); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp1603 ErrCode result = iBundleInstaller->InstallCloneApp(bundleName, userId, appIndex); in InnerCreateAppClone()
1604 APP_LOGD("InstallCloneApp result is %{public}d", result); in InnerCreateAppClone()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp13623 * @tc.name: test IBundleInstaller interface InstallCloneApp
13631 auto ret = bundleInstaller->InstallCloneApp("", DEFAULT_USERID, appIndex); in HWTEST_F()

Completed in 67 milliseconds