Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp81 std::lock_guard<std::mutex> guard(mouseEventMutex_); in ~InputEventListener()
118 std::lock_guard<std::mutex> guard(mouseEventMutex_); in UpdateLastMouseEvent()
122 std::lock_guard<std::mutex> guard(mouseEventMutex_); in UpdateLastMouseEvent()
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/include/
H A Dintention_event_manager.h56 mutable std::mutex mouseEventMutex_; variable