Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h941 * @brief CallH5Function
949 virtual void CallH5Function(
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h807 * @brief CallH5Function
814 void CallH5Function(int32_t routingId, int32_t h5ObjectId, const ArkWebString& h5MethodName,
H A Dark_web_nweb_impl.cpp756 void ArkWebNWebImpl::CallH5Function( in CallH5Function() function in OHOS::ArkWeb::ArkWebNWebImpl
759 nweb_nweb_->CallH5Function( in CallH5Function()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp883 void ArkWebNWebWrapper::CallH5Function(int32_t routingId, int32_t h5ObjectId, const std::string& h5MethodName, in CallH5Function() function in OHOS::ArkWeb::ArkWebNWebWrapper
889 ark_web_nweb_->CallH5Function(routingId, h5ObjectId, stName, stArgs); in CallH5Function()
H A Dark_web_nweb_wrapper.h818 * @brief CallH5Function
825 void CallH5Function(int32_t routingId, int32_t h5ObjectId, const std::string& h5MethodName,
/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
109 WVLOG_D("CallH5Function called"); in CallH5Function()
126 WVLOG_D("CallH5Function function"); in CallH5Function()
129 WVLOG_D("CallH5Function object"); in CallH5Function()
167 CallH5Function(env, &napiArg, nwebArg, bundle); in CallbackFunctionForH5()
1805 nweb_ptr->CallH5Function(bundle.frameRoutingId, bundle.h5Id, bundle.funcName, nwebArgs); in CallH5FunctionInternal()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1031 * CallH5Function
1038 virtual void CallH5Function(int32_t routing_id, int32_t h5_object_id, const std::string& h5_method_name,

Completed in 16 milliseconds