Home
last modified time | relevance | path

Searched refs:resourceMutex_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr_inner.cpp77 std::lock_guard<std::mutex> lock(resourceMutex_); in RenderForm()
143 std::lock_guard<std::mutex> lock(resourceMutex_); in GetConnectionAndRenderForm()
305 std::lock_guard<std::mutex> lock(resourceMutex_); in StopRenderingForm()
332 std::lock_guard<std::mutex> lock(resourceMutex_); in StopRenderingFormCallback()
376 std::lock_guard<std::mutex> lock(resourceMutex_); in ReleaseRenderer()
406 std::lock_guard<std::mutex> lock(resourceMutex_); in AddConnection()
429 std::lock_guard<std::mutex> lock(resourceMutex_); in RemoveConnection()
439 std::lock_guard<std::mutex> lock(resourceMutex_); in checkConnectionsFormIds()
565 std::lock_guard<std::mutex> lock(resourceMutex_); in DisconnectAllRenderConnections()
604 std::lock_guard<std::mutex> lock(resourceMutex_); in AddHostToken()
[all …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager_inner.cpp127 std::lock_guard<std::mutex> locker(resourceMutex_); in GetCustomRingFileDesc()
143 std::lock_guard<std::mutex> locker(resourceMutex_); in CloseCustomRingFileDesc()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.h83 std::shared_lock<std::shared_mutex> lock(resourceMutex_); in GetResourceManager()
92 mutable std::shared_mutex resourceMutex_; variable
H A Dresource_adapter_impl.cpp153 std::unique_lock<std::shared_mutex> lock(resourceMutex_); in Init()
634 std::unique_lock<std::shared_mutex> lcok(resourceMutex_); in UpdateResourceManager()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr_inner.h125 mutable std::mutex resourceMutex_; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h737 std::mutex resourceMutex_; // for soundResource_ variable