Home
last modified time | relevance | path

Searched refs:resourceMtx_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h278 mutable std::mutex resourceMtx_; member in OHOS::MMI::final
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp348 std::lock_guard<std::mutex> guard(resourceMtx_); in SetWindowInputEventConsumer()
461 std::lock_guard<std::mutex> guard(resourceMtx_); in OnKeyEvent()
516 std::lock_guard<std::mutex> guard(resourceMtx_); in OnPointerEvent()
1468 std::lock_guard<std::mutex> guard(resourceMtx_); in RecoverPointerEvent()

Completed in 5 milliseconds