Home
last modified time | relevance | path

Searched refs:bundleInfoMutex_ (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dservice_router_data_mgr.cpp49 std::lock_guard<std::mutex> lock(bundleInfoMutex_); in LoadAllBundleInfos()
71 std::lock_guard<std::mutex> lock(bundleInfoMutex_); in LoadBundleInfo()
98 std::lock_guard<std::mutex> lock(bundleInfoMutex_); in DeleteBundleInfo()
117 std::lock_guard<std::mutex> lock(bundleInfoMutex_); in QueryBusinessAbilityInfos()
133 std::lock_guard<std::mutex> lock(bundleInfoMutex_); in QueryPurposeInfos()
171 std::lock_guard<std::mutex> lock(bundleInfoMutex_); in ClearAllBundleInfos()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp147 std::unique_lock<std::shared_mutex> lock(bundleInfoMutex_); in LoadDataFromPersistentStorage()
242 // always keep lock bundleInfoMutex_ before locking stateMutex_ to avoid deadlock in UpdateBundleInstallState()
243 std::unique_lock<std::shared_mutex> lck(bundleInfoMutex_); in UpdateBundleInstallState()
283 std::unique_lock<std::shared_mutex> lock(bundleInfoMutex_); in AddInnerBundleInfo()
334 std::unique_lock<std::shared_mutex> lock(bundleInfoMutex_); in AddNewModuleInfo()
406 std::unique_lock<std::shared_mutex> lock(bundleInfoMutex_); in RemoveModuleInfo()
527 std::unique_lock<std::shared_mutex> lock(bundleInfoMutex_); in RemoveHspModuleByVersionCode()
556 std::unique_lock<std::shared_mutex> lock(bundleInfoMutex_); in AddInnerBundleUserInfo()
578 std::unique_lock<std::shared_mutex> lock(bundleInfoMutex_); in RemoveInnerBundleUserInfo()
602 std::unique_lock<std::shared_mutex> lock(bundleInfoMutex_); in UpdateInnerBundleInfo()
[all...]
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/
H A Dservice_router_data_mgr.h92 mutable std::mutex bundleInfoMutex_; member in OHOS::AbilityRuntime::ServiceRouterDataMgr
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dsoftbus_adapter.h121 std::mutex bundleInfoMutex_{};
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp416 std::lock_guard<std::mutex> lock(bundleInfoMutex_); in GetSocketName()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h840 std::shared_lock<std::shared_mutex> lock(bundleInfoMutex_); in GetAllInnerBundleInfos()
1195 mutable std::shared_mutex bundleInfoMutex_; member in OHOS::AppExecFwk::BundleDataMgr

Completed in 12 milliseconds