Searched refs:RemoveBundleAndDataDir (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_exception_handler_test/ |
H A D | bms_bundle_exception_handler_test.cpp | 76 …bool result = bundleExceptionHandler_->RemoveBundleAndDataDir(BUNDLE_DIR_NAME, BUNDLE_OR_MOUDLE_DI… 90 …bool result = bundleExceptionHandler_->RemoveBundleAndDataDir(EMPTY_STRING, BUNDLE_OR_MOUDLE_DIR, … 104 …bool result = bundleExceptionHandler_->RemoveBundleAndDataDir(EMPTY_STRING, BUNDLE_OR_MOUDLE_DIR, … 118 … bool result = bundleExceptionHandler_->RemoveBundleAndDataDir(EMPTY_STRING, EMPTY_STRING, userId); 134 …bool result = bundleExceptionHandler_->RemoveBundleAndDataDir(BUNDLE_DIR_NAME, BUNDLE_OR_MOUDLE_DI… 205 …bool result = bundleExceptionHandler_->RemoveBundleAndDataDir(BUNDLE_DIR_NAME, BUNDLE_OR_MOUDLE_DI… 225 …bool result = bundleExceptionHandler_->RemoveBundleAndDataDir(BUNDLE_DIR_NAME, BUNDLE_OR_MOUDLE_DI… 245 …bool result = bundleExceptionHandler_->RemoveBundleAndDataDir(BUNDLE_DIR_NAME, BUNDLE_OR_MOUDLE_DI… 264 …bool result = bundleExceptionHandler_->RemoveBundleAndDataDir(BUNDLE_DIR_NAME, BUNDLE_OR_MOUDLE_DI… 284 …bool result = bundleExceptionHandler_->RemoveBundleAndDataDir(BUNDLE_DIR_NAME, BUNDLE_OR_MOUDLE_DI… [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_exception_handler.cpp | 38 RemoveBundleAndDataDir(appCodePath, info.GetBundleName(), info.GetUserId()); in HandleInvalidBundle() 46 bool BundleExceptionHandler::RemoveBundleAndDataDir(const std::string &bundleDir, in RemoveBundleAndDataDir() function in OHOS::AppExecFwk::BundleExceptionHandler 122 (void)RemoveBundleAndDataDir(appCodePath, info.GetBundleName(), info.GetUserId()); in InnerHandleInvalidBundle() 130 RemoveBundleAndDataDir(moduleDir, moduleDataDir, info.GetUserId())) { in InnerHandleInvalidBundle() 133 …RemoveBundleAndDataDir(appCodePath, info.GetBundleName(), info.GetUserId())) { // continue to uni… in InnerHandleInvalidBundle() 138 RemoveBundleAndDataDir(appCodePath, info.GetBundleName(), info.GetUserId())) { in InnerHandleInvalidBundle() 143 if (RemoveBundleAndDataDir(moduleDir, moduleDataDir, info.GetUserId())) { in InnerHandleInvalidBundle()
|
H A D | base_bundle_installer.cpp | 1374 RemoveBundleAndDataDir(newInfos.begin()->second, false); in RollBack() 1990 ErrCode result = RemoveBundleAndDataDir(info, isKeepData, async); in RemoveBundle() 2073 ScopeGuard bundleGuard([&] { RemoveBundleAndDataDir(info, false); }); in ProcessBundleInstallStatus() 3385 ErrCode BaseBundleInstaller::RemoveBundleAndDataDir(const InnerBundleInfo &info, bool isKeepData, c… in RemoveBundleAndDataDir() function in OHOS::AppExecFwk::BaseBundleInstaller
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_exception_handler.h | 41 bool RemoveBundleAndDataDir(const std::string &bundleDir, const std::string &bundleOrMoudleDir,
|
H A D | base_bundle_installer.h | 271 …ErrCode RemoveBundleAndDataDir(const InnerBundleInfo &info, bool isKeepData, const bool async = fa…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerremovebundleanddatadir_fuzzer/ |
H A D | basebundleinstallerremovebundleanddatadir_fuzzer.cpp | 33 auto ret1 = basebundleinstall.RemoveBundleAndDataDir(info, isKeepData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 4856 …BundleExceptionHandler.RemoveBundleAndDataDir(moduleDir, moduleDir + ServiceConstants::HAPS, USERI…
|