Home
last modified time | relevance | path

Searched refs:bundleMutexMap_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/verify/
H A Dverify_manager_host_impl.h59 std::unordered_map<std::string, std::mutex> bundleMutexMap_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp549 auto it = bundleMutexMap_.find(bundleName); in GetBundleMutex()
550 if (it == bundleMutexMap_.end()) { in GetBundleMutex()
553 return bundleMutexMap_[bundleName]; in GetBundleMutex()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1234 std::unordered_map<std::string, std::mutex> bundleMutexMap_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp4656 auto it = bundleMutexMap_.find(bundleName); in GetBundleMutex()
4657 if (it == bundleMutexMap_.end()) { in GetBundleMutex()
4660 return bundleMutexMap_[bundleName]; in GetBundleMutex()