Home
last modified time | relevance | path

Searched refs:exceptionBundleNames_ (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_install_exception_mgr.cpp51 exceptionBundleNames = exceptionBundleNames_; in GetAllPreInstallExceptionInfo()
54 return !exceptionPaths_.empty() || !exceptionBundleNames_.empty() || in GetAllPreInstallExceptionInfo()
83 GetValueIfFindKey<std::set<std::string>>(jsonObject, jsonObjectEnd, EXCEPTION_BUNDLENAMES, exceptionBundleNames_, in LoadPreInstallExceptionInfosFromDb()
92 exceptionBundleNames_.clear(); in LoadPreInstallExceptionInfosFromDb()
113 jsonObject[EXCEPTION_BUNDLENAMES] = exceptionBundleNames_; in SavePreInstallExceptionInfosToDb()
132 if (!exceptionBundleNames_.empty()) { in DeletePreInstallExceptionInfosFromDb()
133 jsonObject[EXCEPTION_BUNDLENAMES] = exceptionBundleNames_; in DeletePreInstallExceptionInfosFromDb()
204 if (exceptionBundleNames_.find(bundleName) != exceptionBundleNames_.end()) { in SavePreInstallExceptionBundleName()
209 exceptionBundleNames_ in SavePreInstallExceptionBundleName()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_exception_mgr.h50 std::set<std::string> exceptionBundleNames_; member in OHOS::AppExecFwk::PreInstallExceptionMgr

Completed in 1 milliseconds