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 D | ark_web_nweb_impl.cpp | 755 void ArkWebNWebImpl::CallH5Function( in CallH5Function() function in OHOS::ArkWeb::ArkWebNWebImpl 758 nweb_nweb_->CallH5Function( in CallH5Function()
|
H A D | ark_web_nweb_impl.h | 814 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 D | ark_web_nweb.h | 1006 virtual void CallH5Function(int32_t routingId,
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 882 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 D | ark_web_nweb_wrapper.h | 825 void CallH5Function(int32_t routingId, int32_t h5ObjectId, const std::string& h5MethodName,
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_javascript_result_callback.cpp | 106 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 D | nweb.h | 1004 …virtual void CallH5Function(int32_t routing_id, int32_t h5_object_id, const std::string& h5_method…
|