Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h497 static std::mutex switchFreeMultiWindowListenerMutex_; variable
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp115 std::mutex WindowSessionImpl::switchFreeMultiWindowListenerMutex_; member in OHOS::OHOS::Rosen::WindowSessionImpl
2308 std::lock_guard<std::mutex> lockListener(switchFreeMultiWindowListenerMutex_); in RegisterSwitchFreeMultiWindowListener()
2323 std::lock_guard<std::mutex> lockListener(switchFreeMultiWindowListenerMutex_); in UnregisterSwitchFreeMultiWindowListener()
2504 std::lock_guard<std::mutex> lockListener(switchFreeMultiWindowListenerMutex_); in ClearSwitchFreeMultiWindowListenersById()
3011 std::lock_guard<std::mutex> lockListener(switchFreeMultiWindowListenerMutex_); in NotifySwitchFreeMultiWindow()

Completed in 8 milliseconds