Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp218 std::lock_guard<std::mutex> lock(currentSubwindowMutex_); in SetCurrentSubwindowName()
224 std::lock_guard<std::mutex> lock(currentSubwindowMutex_); in GetCurrentSubWindowName()
230 std::lock_guard<std::mutex> lock(currentSubwindowMutex_); in SetCurrentSubwindow()
236 std::lock_guard<std::mutex> lock(currentSubwindowMutex_); in GetCurrentWindow()
242 std::lock_guard<std::mutex> lock(currentSubwindowMutex_); in GetParentWindowRect()
H A Dsubwindow_manager.h170 std::mutex currentSubwindowMutex_; variable