Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h448 std::mutex updateDecorVisibleMutex_; variable
H A Dui_content_impl.cpp2713 std::lock_guard<std::mutex> lock(updateDecorVisibleMutex_); in UpdateDecorVisible()