Home
last modified time | relevance | path

Searched refs:UninstallAllCloneApps (Results 1 - 5 of 5) sorted by relevance

/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()
276 * @tc.name: UninstallAllCloneApps
277 * @tc.desc: test UninstallAllCloneApps()
283 EXPECT_EQ(bundleCloneInstall_->UninstallAllCloneApps(bundleName, userId_), in HWTEST_F()
287 EXPECT_EQ(bundleCloneInstall_->UninstallAllCloneApps(bundleName, userId), in HWTEST_F()
289 EXPECT_EQ(bundleCloneInstall_->UninstallAllCloneApps(bundleName, userId_), in HWTEST_F()
293 EXPECT_EQ(bundleCloneInstall_->UninstallAllCloneApps(bundleName, userId_), in HWTEST_F()
297 EXPECT_EQ(bundleCloneInstall_->UninstallAllCloneApps(bundleName, installer), ERR_OK); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/clone/
H A Dbundle_clone_installer.h52 ErrCode UninstallAllCloneApps(const std::string &bundleName, int32_t userId = Constants::INVALID_USERID);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundlecloneinstaller_fuzzer/
H A Dbundlecloneinstaller_fuzzer.cpp77 bundleCloneInstall->UninstallAllCloneApps(bundleName, userId); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp99 ErrCode BundleCloneInstaller::UninstallAllCloneApps(const std::string &bundleName, int32_t userId) in UninstallAllCloneApps() function in OHOS::AppExecFwk::BundleCloneInstaller
102 APP_LOGI_NOFUNC("UninstallAllCloneApps begin"); in UninstallAllCloneApps()
104 APP_LOGE("UninstallAllCloneApps failed due to empty bundle name"); in UninstallAllCloneApps()
133 APP_LOGI_NOFUNC("UninstallAllCloneApps end"); in UninstallAllCloneApps()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp331 cloneInstaller->UninstallAllCloneApps(bundleName, installParam.userId); in UninstallBundle()

Completed in 13 milliseconds