Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h793 static std::shared_mutex windowDragHotAreaMutex_; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp82 std::shared_mutex SceneSession::windowDragHotAreaMutex_; member in OHOS::Rosen::SceneSession
650 std::shared_lock<std::shared_mutex> lock(windowDragHotAreaMutex_); in GetWindowDragHotAreaType()
663 std::unique_lock<std::shared_mutex> lock(windowDragHotAreaMutex_); in AddOrUpdateWindowDragHotArea()