Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp29 std::unordered_map<int32_t, WebviewControllerImpl*> g_webview_controller_map; variable
38 g_webview_controller_map.emplace(nwebId, this); in WebviewControllerImpl()
51 g_webview_controller_map.emplace(nwebId, this); in SetWebId()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp91 std::unordered_map<int32_t, WebviewController*> g_webview_controller_map; variable
102 g_webview_controller_map.emplace(nwebId, this); in WebviewController()
114 g_webview_controller_map.erase(nwebId_); in ~WebviewController()
121 g_webview_controller_map.emplace(nwebId, this); in SetWebId()
146 if (auto it = g_webview_controller_map.find(nwebId); it != g_webview_controller_map.end()) { in FromID()