Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h276 mutable std::mutex requestRectMutex_; variable
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp170 std::lock_guard<std::mutex> lock(requestRectMutex_); in SetRequestRect()
282 std::lock_guard<std::mutex> lock(requestRectMutex_); in GetRequestRect()