Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/native/
H A Dnative_interface_arkweb.cpp29 std::mutex g_mtxMap; // the mutex to protect the shared resource variable
109 std::lock_guard<std::mutex> guard(g_mtxMap); in OH_NativeArkWeb_SetDestroyCallback()
123 std::lock_guard<std::mutex> guard(g_mtxMap); in OH_NativeArkWeb_GetDestroyCallback()
134 std::lock_guard<std::mutex> guard(g_mtxMap); in OH_NativeArkWeb_SetJavaScriptProxyValidCallback()
148 std::lock_guard<std::mutex> guard(g_mtxMap); in OH_NativeArkWeb_GetJavaScriptProxyValidCallback()