Home
last modified time | relevance | path

Searched refs:connectionMutex_ (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dbundle_manager_helper.cpp39 std::lock_guard<std::mutex> lock(connectionMutex_); in ~BundleManagerHelper()
45 std::lock_guard<std::mutex> lock(connectionMutex_); in OnRemoteDied()
53 std::lock_guard<std::mutex> lock(connectionMutex_); in GetBundleNameByUid()
69 std::lock_guard<std::mutex> lock(connectionMutex_); in IsSystemApp()
111 std::lock_guard<std::mutex> lock(connectionMutex_); in GetBundleInfoByBundleName()
159 std::lock_guard<std::mutex> lock(connectionMutex_); in GetDefaultUidByBundleName()
178 std::lock_guard<std::mutex> lock(connectionMutex_); in GetDistributedNotificationEnabled()
199 std::lock_guard<std::mutex> lock(connectionMutex_); in GetBundleInfo()
217 std::lock_guard<std::mutex> lock(connectionMutex_); in GetBundleInfos()
233 std::lock_guard<std::mutex> lock(connectionMutex_); in GetAppIndexByUid()
[all …]
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dbundle_manager_helper.cpp43 std::lock_guard<std::mutex> lock(connectionMutex_); in ~BundleManagerHelper()
50 std::lock_guard<std::mutex> lock(connectionMutex_); in GetClientBundleName()
78 std::lock_guard<std::mutex> lock(connectionMutex_); in GetBundleInfo()
92 std::lock_guard<std::mutex> lock(connectionMutex_); in GetApplicationInfo()
105 std::lock_guard<std::mutex> lock(connectionMutex_); in QueryAbilityInfo()
151 std::lock_guard<std::mutex> lock(connectionMutex_); in OnRemoteDied()
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dbundle_manager_helper.cpp38 std::lock_guard<std::mutex> lock(connectionMutex_); in GetClientBundleName()
51 std::lock_guard<std::mutex> lock(connectionMutex_); in GetApplicationInfo()
64 std::lock_guard<std::mutex> lock(connectionMutex_); in GetApplicationInfos()
76 std::lock_guard<std::mutex> lock(connectionMutex_); in CheckIsSystemAppByUid()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_bundle_mgr_helper.cpp42 std::lock_guard<ffrt::mutex> lock(connectionMutex_); in GetNameForUid()
57 std::lock_guard<ffrt::mutex> lock(connectionMutex_); in GetApplicationInfo()
76 std::lock_guard<ffrt::mutex> lock(connectionMutex_); in GetApplicationInfos()
91 std::lock_guard<ffrt::mutex> lock(connectionMutex_); in GetBundleInfo()
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_server_socket.cpp143 std::lock_guard<std::recursive_mutex> lock(connectionMutex_); in AddClientConnection()
155 std::lock_guard<std::recursive_mutex> lock(connectionMutex_); in DeleteClientConnection()
168 std::lock_guard<std::recursive_mutex> lock(connectionMutex_); in GetClientConnectionName()
179 std::lock_guard<std::recursive_mutex> lock(connectionMutex_); in GetSocketIdByClientConnectionName()
H A Dsoft_bus_manager.cpp707 std::lock_guard<std::recursive_mutex> lock(connectionMutex_); in AddConnection()
714 std::lock_guard<std::recursive_mutex> lock(connectionMutex_); in DeleteConnection()
726 std::lock_guard<std::recursive_mutex> lock(connectionMutex_); in FindClientSocket()
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dbundle_manager_helper.h46 std::mutex connectionMutex_ {};
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/include/
H A Dbundle_manager_helper.h49 std::mutex connectionMutex_; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_bundle_mgr_helper.h84 ffrt::mutex connectionMutex_; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dbundle_manager_helper.h145 std::mutex connectionMutex_; variable
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_server_socket.h56 std::recursive_mutex connectionMutex_; variable
H A Dsoft_bus_manager.h98 std::recursive_mutex connectionMutex_; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h1286 std::mutex connectionMutex_; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp9147 std::unique_lock<std::mutex> waitLock(connectionMutex_); in WaitForConnectionCompleted()