Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/src/
H A Daafwk_browser_client_adapter_impl.cpp152 std::unique_lock<std::mutex> window_map_lock(window_map_mutex_); in QueryRenderSurface()
204 std::unique_lock<std::mutex> window_map_lock(window_map_mutex_); in DestroyRenderSurface()
/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/include/
H A Daafwk_browser_client_adapter_impl.h66 std::mutex window_map_mutex_; variable