Home
last modified time | relevance | path

Searched refs:resourceMutex_ (Results 1 - 4 of 4) sorted by relevance

/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()
293 std::lock_guard<std::mutex> lock(resourceMutex_); in StopRenderingForm()
320 std::lock_guard<std::mutex> lock(resourceMutex_); in StopRenderingFormCallback()
364 std::lock_guard<std::mutex> lock(resourceMutex_); in ReleaseRenderer()
394 std::lock_guard<std::mutex> lock(resourceMutex_); in AddConnection()
417 std::lock_guard<std::mutex> lock(resourceMutex_); in RemoveConnection()
431 std::lock_guard<std::mutex> lock(resourceMutex_); in RerenderAllForms()
539 std::lock_guard<std::mutex> lock(resourceMutex_); in DisconnectAllRenderConnections()
578 std::lock_guard<std::mutex> lock(resourceMutex_); in AddHostToken()
[all...]
/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_; member in OHOS::Ace::ResourceAdapterImpl
H A Dresource_adapter_impl.cpp152 std::unique_lock<std::shared_mutex> lock(resourceMutex_); in Init()
633 std::unique_lock<std::shared_mutex> lcok(resourceMutex_); in UpdateResourceManager()
/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr_inner.h119 mutable std::mutex resourceMutex_; member in OHOS::AppExecFwk::FormRenderMgrInner

Completed in 4 milliseconds