Home
last modified time | relevance | path

Searched refs:pointerEventMutex_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h799 std::mutex pointerEventMutex_; variable
H A Dace_container.cpp3075 std::lock_guard<std::mutex> lock(pointerEventMutex_); in SetCurPointerEvent()
3117 std::lock_guard<std::mutex> lock(pointerEventMutex_); in GetCurPointerEventInfo()
3140 std::lock_guard<std::mutex> lock(pointerEventMutex_); in GetCurPointerEventSourceType()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h690 mutable std::mutex pointerEventMutex_; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3388 std::lock_guard<std::mutex> lock(pointerEventMutex_); in SetNotifySystemSessionPointerEventFunc()
H A Dscene_session.cpp4581 std::lock_guard<std::mutex> lock(pointerEventMutex_); in SendPointerEventToUI()