Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_install_exception_mgr.cpp41 std::lock_guard<std::mutex> lock(preInstallExceptionMutex_); in GetAllPreInstallExceptionInfo()
156 std::lock_guard<std::mutex> lock(preInstallExceptionMutex_); in SavePreInstallExceptionPath()
174 std::lock_guard<std::mutex> lock(preInstallExceptionMutex_); in DeletePreInstallExceptionPath()
198 std::lock_guard<std::mutex> lock(preInstallExceptionMutex_); in SavePreInstallExceptionBundleName()
216 std::lock_guard<std::mutex> lock(preInstallExceptionMutex_); in DeletePreInstallExceptionBundleName()
234 std::lock_guard<std::mutex> lock(preInstallExceptionMutex_); in SavePreInstallExceptionAppServiceBundleName()
252 std::lock_guard<std::mutex> lock(preInstallExceptionMutex_); in DeletePreInstallExceptionAppServiceBundleName()
271 std::lock_guard<std::mutex> lock(preInstallExceptionMutex_); in SavePreInstallExceptionAppServicePath()
289 std::lock_guard<std::mutex> lock(preInstallExceptionMutex_); in DeletePreInstallExceptionAppServicePath()
313 std::lock_guard<std::mutex> lock(preInstallExceptionMutex_); in ClearAll()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_exception_mgr.h48 std::mutex preInstallExceptionMutex_; member in OHOS::AppExecFwk::PreInstallExceptionMgr

Completed in 2 milliseconds