Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp755 void ArkWebNWebImpl::CallH5Function( in CallH5Function() function in OHOS::ArkWeb::ArkWebNWebImpl
758 nweb_nweb_->CallH5Function( in CallH5Function()
H A Dark_web_nweb_impl.h814 void CallH5Function(int32_t routingId, int32_t h5ObjectId, const ArkWebString& h5MethodName,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1006 virtual void CallH5Function(int32_t routingId,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp882 void ArkWebNWebWrapper::CallH5Function(int32_t routingId, int32_t h5ObjectId, const std::string& h5… in CallH5Function() function in OHOS::ArkWeb::ArkWebNWebWrapper
888 ark_web_nweb_->CallH5Function(routingId, h5ObjectId, stName, stArgs); in CallH5Function()
H A Dark_web_nweb_wrapper.h825 void CallH5Function(int32_t routingId, int32_t h5ObjectId, const std::string& h5MethodName,
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp106 void CallH5Function(napi_env env, napi_value* napiArg, std::shared_ptr<NWebValue> nwebValue, in CallH5Function() function
167 CallH5Function(env, &napiArg, nwebArg, bundle); in CallbackFunctionForH5()
1805 nweb_ptr->CallH5Function(bundle.frameRoutingId, bundle.h5Id, bundle.funcName, nwebArgs); in CallH5FunctionInternal()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1004 …virtual void CallH5Function(int32_t routing_id, int32_t h5_object_id, const std::string& h5_method…