Home
last modified time | relevance | path

Searched refs:bundleIdMapMutex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1226 mutable std::shared_mutex bundleIdMapMutex_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp3392 std::shared_lock<std::shared_mutex> bundleIdLock(bundleIdMapMutex_); in GetInnerBundleInfoAndIndexByUid()
4500 std::unique_lock<std::shared_mutex> lock(bundleIdMapMutex_); in GenerateBundleId()
4591 std::unique_lock<std::shared_mutex> lock(bundleIdMapMutex_); in RecycleUidAndGid()
4613 std::unique_lock<std::shared_mutex> lock(bundleIdMapMutex_); in RestoreUidAndGid()
4632 std::unique_lock<std::shared_mutex> lock(bundleIdMapMutex_); in RestoreUidAndGid()
4648 std::unique_lock<std::shared_mutex> lock(bundleIdMapMutex_); in RestoreSandboxUidAndGid()