Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_install_exception_mgr.cpp50 exceptionPaths = exceptionPaths_; in GetAllPreInstallExceptionInfo()
54 return !exceptionPaths_.empty() || !exceptionBundleNames_.empty() || in GetAllPreInstallExceptionInfo()
81 GetValueIfFindKey<std::set<std::string>>(jsonObject, jsonObjectEnd, EXCEPTION_PATHS, exceptionPaths_, in LoadPreInstallExceptionInfosFromDb()
91 exceptionPaths_.clear(); in LoadPreInstallExceptionInfosFromDb()
112 jsonObject[EXCEPTION_PATHS] = exceptionPaths_; in SavePreInstallExceptionInfosToDb()
128 if (!exceptionPaths_.empty()) { in DeletePreInstallExceptionInfosFromDb()
129 jsonObject[EXCEPTION_PATHS] = exceptionPaths_; in DeletePreInstallExceptionInfosFromDb()
162 if (exceptionPaths_.find(bundleDir) != exceptionPaths_.end()) { in SavePreInstallExceptionPath()
167 exceptionPaths_ in SavePreInstallExceptionPath()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_exception_mgr.h49 std::set<std::string> exceptionPaths_; member in OHOS::AppExecFwk::PreInstallExceptionMgr

Completed in 1 milliseconds