Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/native/
H A Dnative_arkweb_utils.cpp26 std::unordered_map<std::string, std::weak_ptr<OHOS::NWeb::NWeb>> g_nwebMap; variable
32 g_nwebMap[webTag] = nwebPtr; in OH_NativeArkWeb_BindWebTagToWebInstance()
40 return g_nwebMap[webTag]; in OH_NativeArkWeb_GetWebInstanceByWebTag()