Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp147 std::mutex WindowSessionImpl::switchFreeMultiWindowListenerMutex_; member in OHOS::Rosen::WindowSessionImpl
2463 std::lock_guard<std::mutex> lockListener(switchFreeMultiWindowListenerMutex_); in RegisterSwitchFreeMultiWindowListener()
2478 std::lock_guard<std::mutex> lockListener(switchFreeMultiWindowListenerMutex_); in UnregisterSwitchFreeMultiWindowListener()
2663 std::lock_guard<std::mutex> lockListener(switchFreeMultiWindowListenerMutex_); in ClearSwitchFreeMultiWindowListenersById()
3135 std::lock_guard<std::mutex> lockListener(switchFreeMultiWindowListenerMutex_); in NotifySwitchFreeMultiWindow()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h515 static std::mutex switchFreeMultiWindowListenerMutex_; variable