Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter_lite.cpp63 std::lock_guard<std::mutex> lock(windowManagerLiteAgentMapMutex_);
82 std::lock_guard<std::mutex> lock(windowManagerLiteAgentMapMutex_); in UnregisterWindowManagerAgent()
103 std::lock_guard<std::mutex> lock(windowManagerLiteAgentMapMutex_); in ReregisterWindowManagerLiteAgent()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter_lite.h76 std::mutex windowManagerLiteAgentMapMutex_; variable