Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h324 mutable std::mutex touchHotAreasMutex_; variable
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp590 std::lock_guard<std::mutex> lock(touchHotAreasMutex_); in SetTouchHotAreas()
608 std::lock_guard<std::mutex> lock(touchHotAreasMutex_); in GetTouchHotAreas()