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 D | bms_bundle_clone_installer_test.cpp | 219 * @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 D | bundle_clone_installer.h | 52 ErrCode UninstallAllCloneApps(const std::string &bundleName, int32_t userId = Constants::INVALID_USERID);
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundlecloneinstaller_fuzzer/ |
H A D | bundlecloneinstaller_fuzzer.cpp | 77 bundleCloneInstall->UninstallAllCloneApps(bundleName, userId); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 99 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 D | base_bundle_installer.cpp | 331 cloneInstaller->UninstallAllCloneApps(bundleName, installParam.userId); in UninstallBundle()
|
Completed in 12 milliseconds