/ohos5.0/foundation/ability/ability_runtime/service_router_framework/services/srms/src/ |
H A D | sr_samgr_helper.cpp | 40 std::lock_guard<std::mutex> lock(bundleMgrMutex_); in GetBundleMgr() 102 std::lock_guard<std::mutex> lock(bundleMgrMutex_); in ResetProxy()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | launcher_service.cpp | 31 std::mutex LauncherService::bundleMgrMutex_; member in OHOS::AppExecFwk::LauncherService 37 std::lock_guard<std::mutex> lock(bundleMgrMutex_); 67 std::lock_guard<std::mutex> lock(bundleMgrMutex_); in GetBundleMgr() 402 std::lock_guard<std::mutex> lock(bundleMgrMutex_); in OnDeath()
|
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/services/srms/include/ |
H A D | sr_samgr_helper.h | 61 std::mutex bundleMgrMutex_; variable
|
H A D | service_router_mgr_service.h | 108 std::mutex bundleMgrMutex_; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | launcher_service.h | 119 static std::mutex bundleMgrMutex_; variable
|
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/ |
H A D | drv_bundle_state_callback.h | 99 std::mutex bundleMgrMutex_;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/include/ |
H A D | permission_utils.h | 91 COMPILE_HIDDEN static std::mutex bundleMgrMutex_; variable
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
H A D | distributed_bms.h | 146 std::mutex bundleMgrMutex_; variable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | permission_utils.cpp | 52 mutex PermissionUtils::bundleMgrMutex_; member in OHOS::Media::PermissionUtils 59 lock_guard<mutex> lock(bundleMgrMutex_); in GetSysBundleManager()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.h | 250 static std::mutex bundleMgrMutex_; variable
|
H A D | common_func.cpp | 186 std::mutex CommonFunc::bundleMgrMutex_; member in OHOS::AppExecFwk::CommonFunc 192 std::lock_guard<std::mutex> lock(bundleMgrMutex_); 421 std::lock_guard<std::mutex> lock(bundleMgrMutex_); in GetBundleMgr()
|
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/ |
H A D | drv_bundle_state_callback.cpp | 427 std::lock_guard<std::mutex> lock(bundleMgrMutex_); in GetBundleMgrProxy()
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | distributed_bms.cpp | 182 std::lock_guard<std::mutex> lock(bundleMgrMutex_); in GetBundleMgr()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 137 static std::mutex bundleMgrMutex_; variable 144 std::lock_guard<std::mutex> lock(bundleMgrMutex_); 168 std::lock_guard<std::mutex> lock(bundleMgrMutex_); in GetBundleMgr()
|