Home
last modified time | relevance | path

Searched refs:ProcessCloneBundleInstall (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_installer_test/
H A Dbms_bundle_clone_installer_test.cpp174 * @tc.desc: ProcessCloneBundleInstall() and ProcessCloneBundleUninstall()
179 EXPECT_EQ(bundleCloneInstall_->ProcessCloneBundleInstall("", userId_, appIdx_), in HWTEST_F()
182 EXPECT_EQ(bundleCloneInstall_->ProcessCloneBundleInstall(BUNDLE_NAME, userId_, appIdx_), in HWTEST_F()
187 EXPECT_EQ(bundleCloneInstall_->ProcessCloneBundleInstall(BUNDLE_NAME, -1, appIdx_), in HWTEST_F()
190 EXPECT_EQ(bundleCloneInstall_->ProcessCloneBundleInstall(BUNDLE_NAME, userId_, appIdx_), in HWTEST_F()
195 EXPECT_EQ(bundleCloneInstall_->ProcessCloneBundleInstall(BUNDLE_NAME, userId_, appIdx_), in HWTEST_F()
200 EXPECT_EQ(bundleCloneInstall_->ProcessCloneBundleInstall(BUNDLE_NAME, installer, appIndex), in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/clone/
H A Dbundle_clone_installer.h62 ErrCode ProcessCloneBundleInstall(const std::string &bundleName, const int32_t userId, int32_t &appIndex);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp55 ErrCode result = ProcessCloneBundleInstall(bundleName, userId, appIndex); in InstallCloneApp()
137 ErrCode BundleCloneInstaller::ProcessCloneBundleInstall(const std::string &bundleName, in ProcessCloneBundleInstall() function in OHOS::AppExecFwk::BundleCloneInstaller

Completed in 3 milliseconds