Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.h180 std::mutex currentDialogSubwindowMutex_; variable
H A Dsubwindow_manager.cpp680 std::lock_guard<std::mutex> lock(currentDialogSubwindowMutex_); in SetCurrentDialogSubwindow()
687 std::lock_guard<std::mutex> lock(currentDialogSubwindowMutex_); in GetCurrentDialogWindow()