Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h799 std::mutex pointerEventMutex_; member in OHOS::OHOS::OHOS::Ace::Platform::AceContainer
H A Dace_container.cpp3005 std::lock_guard<std::mutex> lock(pointerEventMutex_); in SetCurPointerEvent()
3047 std::lock_guard<std::mutex> lock(pointerEventMutex_); in GetCurPointerEventInfo()
3070 std::lock_guard<std::mutex> lock(pointerEventMutex_); in GetCurPointerEventSourceType()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h658 mutable std::mutex pointerEventMutex_; member in OHOS::OHOS::OHOS::Rosen::Session
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3235 std::lock_guard<std::mutex> lock(pointerEventMutex_); in SetNotifySystemSessionPointerEventFunc()
H A Dscene_session.cpp4374 std::lock_guard<std::mutex> lock(pointerEventMutex_); in SendPointerEventToUI()

Completed in 26 milliseconds