Home
last modified time | relevance | path

Searched defs:enableGuard (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_switcher.cpp150 ScopeGuard enableGuard([&] { dataMgr_->EnableBundle(bundleName_); }); in InnerSwitchQuickFix() local
H A Dquick_fix_deployer.cpp647 ScopeGuard enableGuard([&bundleName, &dataMgr] { dataMgr->EnableBundle(bundleName); }); in SaveToInnerBundleInfo() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp636 ScopeGuard enableGuard([&dataMgr, &bundleName] { dataMgr->EnableBundle(bundleName); }); in FindModuleInInstalledPackage() local
H A Dbase_bundle_installer.cpp419 ScopeGuard enableGuard([&] { dataMgr_->EnableBundle(bundleName); }); in UninstallBundleByUninstallParam() local
1491 ScopeGuard enableGuard([&] { dataMgr_->EnableBundle(bundleName); }); in ProcessBundleUninstall() local
1687 ScopeGuard enableGuard([&] { dataMgr_->EnableBundle(bundleName); }); in ProcessBundleUninstall() local