Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/native/
H A Dnative_interface_arkweb.cpp36 class NWebJsProxyCallbackImpl : public NWebJsProxyCallback { class
38NWebJsProxyCallbackImpl(const char *methodName, NativeArkWeb_OnJavaScriptProxyCallback methodCallb… in NWebJsProxyCallbackImpl() function in OHOS::NWeb::NWebJsProxyCallbackImpl
41 ~NWebJsProxyCallbackImpl() = default;
80 std::make_shared<OHOS::NWeb::NWebJsProxyCallbackImpl>(methodList[i], callback[i]); in OH_NativeArkWeb_RegisterJavaScriptProxy()