Searched defs:enableGuard (Results 1 – 4 of 4) sorted by relevance
150 ScopeGuard enableGuard([&] { dataMgr_->EnableBundle(bundleName_); }); in InnerSwitchQuickFix() local
647 ScopeGuard enableGuard([&bundleName, &dataMgr] { dataMgr->EnableBundle(bundleName); }); in SaveToInnerBundleInfo() local
636 ScopeGuard enableGuard([&dataMgr, &bundleName] { dataMgr->EnableBundle(bundleName); }); in FindModuleInInstalledPackage() local
419 ScopeGuard enableGuard([&] { dataMgr_->EnableBundle(bundleName); }); in UninstallBundleByUninstallParam() local1491 ScopeGuard enableGuard([&] { dataMgr_->EnableBundle(bundleName); }); in ProcessBundleUninstall() local1687 ScopeGuard enableGuard([&] { dataMgr_->EnableBundle(bundleName); }); in ProcessBundleUninstall() local