Home
last modified time | relevance | path

Searched refs:globalMutex_ (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp35 std::mutex WindowImpl::globalMutex_; member in OHOS::Rosen::WindowImpl
85 std::lock_guard<std::mutex> lock(globalMutex_); in FindWindowById()
117 std::lock_guard<std::mutex> lock(globalMutex_); in UpdateConfigurationForAll()
438 std::lock_guard<std::mutex> lock(globalMutex_); in Create()
458 std::lock_guard<std::mutex> lock(globalMutex_); in Destroy()
630 std::lock_guard<std::mutex> lock(globalMutex_); in RegisterAvoidAreaChangeListener()
638 std::lock_guard<std::mutex> lock(globalMutex_); in UnregisterAvoidAreaChangeListener()
726 std::lock_guard<std::mutex> lock(globalMutex_); in RegisterSystemBarEnableListener()
734 std::lock_guard<std::mutex> lock(globalMutex_); in UnRegisterSystemBarEnableListener()
742 std::lock_guard<std::mutex> lock(globalMutex_); in RegisterIgnoreViewSafeAreaListener()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dform_render_window.cpp38 std::recursive_mutex FormRenderWindow::globalMutex_; member in OHOS::Ace::FormRenderWindow
94 std::lock_guard<std::recursive_mutex> lock(globalMutex_); in FormRenderWindow()
H A Dform_render_window.h106 static std::recursive_mutex globalMutex_; member in OHOS::Ace::FormRenderWindow
/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h247 std::lock_guard<std::mutex> lock(globalMutex_); in GetListeners()
259 std::lock_guard<std::mutex> lock(globalMutex_); in GetListeners()
271 std::lock_guard<std::mutex> lock(globalMutex_); in GetListeners()
282 static std::mutex globalMutex_; member in OHOS::OHOS::Rosen::WindowImpl
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp95 std::recursive_mutex WindowImpl::globalMutex_; member in OHOS::Rosen::WindowImpl
2336 std::lock_guard<std::recursive_mutex> lock(globalMutex_); in RegisterLifeCycleListener()
2343 std::lock_guard<std::recursive_mutex> lock(globalMutex_); in UnregisterLifeCycleListener()
2350 std::lock_guard<std::recursive_mutex> lock(globalMutex_); in RegisterWindowChangeListener()
2357 std::lock_guard<std::recursive_mutex> lock(globalMutex_); in UnregisterWindowChangeListener()
2364 std::lock_guard<std::recursive_mutex> lock(globalMutex_); in RegisterAvoidAreaChangeListener()
2375 std::lock_guard<std::recursive_mutex> lock(globalMutex_); in UnregisterAvoidAreaChangeListener()
2420 std::lock_guard<std::recursive_mutex> lock(globalMutex_); in RegisterOccupiedAreaChangeListener()
2427 std::lock_guard<std::recursive_mutex> lock(globalMutex_); in UnregisterOccupiedAreaChangeListener()
2434 std::lock_guard<std::recursive_mutex> lock(globalMutex_); in RegisterTouchOutsideListener()
[all...]
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h468 static std::recursive_mutex globalMutex_; member

Completed in 10 milliseconds