Home
last modified time | relevance | path

Searched refs:renderRemoteObjMutex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr_inner.cpp90 std::shared_lock<std::shared_mutex> guard(renderRemoteObjMutex_); in RenderForm()
453 std::unique_lock<std::shared_mutex> guard(renderRemoteObjMutex_); in RerenderAllForms()
480 std::unique_lock<std::shared_mutex> guard(renderRemoteObjMutex_); in CleanFormHost()
490 std::shared_lock<std::shared_mutex> guard(renderRemoteObjMutex_); in AddRenderDeathRecipient()
510 std::unique_lock<std::shared_mutex> guard(renderRemoteObjMutex_); in AddRenderDeathRecipient()
677 std::unique_lock<std::shared_mutex> guard(renderRemoteObjMutex_); in SetRenderRemoteObj()
791 std::shared_lock<std::shared_mutex> guard(renderRemoteObjMutex_); in GetRenderObject()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr_inner.h126 mutable std::shared_mutex renderRemoteObjMutex_; variable