/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/clone/ |
H A D | bundle_clone_installer.h | 38 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 D | bundle_installer_interface.h | 136 virtual ErrCode InstallCloneApp(const std::string &bundleName, int32_t userId, int32_t& appIndex) in InstallCloneApp() function in OHOS::AppExecFwk::IBundleInstaller
|
H A D | bundle_installer_proxy.h | 116 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 D | bundleinstallerhost_fuzzer.cpp | 83 bundleInstallerHost->InstallCloneApp(bundleName, userId, appIndex); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundlecloneinstaller_fuzzer/ |
H A D | bundlecloneinstaller_fuzzer.cpp | 75 bundleCloneInstall->InstallCloneApp(bundleName, userId, appIndex); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_ipc_test.cpp | 124 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 D | bundle_installer_host.h | 134 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 D | bms_bundle_clone_installer_test.cpp | 219 * @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 D | bundle_installer_host.cpp | 775 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 D | bundle_clone_installer.cpp | 47 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 D | bundle_installer_proxy.cpp | 692 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 D | bms_bundle_installer_proxy_test.cpp | 820 * @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 D | acts_bms_kit_system_test.cpp | 5517 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 D | bms_bundle_permission_system_app_test.cpp | 1397 * @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 D | installer.cpp | 1603 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 D | bms_bundle_kit_service_test.cpp | 13623 * @tc.name: test IBundleInstaller interface InstallCloneApp 13631 auto ret = bundleInstaller->InstallCloneApp("", DEFAULT_USERID, appIndex); in HWTEST_F()
|