/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_js_result_callback_impl.cpp | 30 const ArkWebString& object_name, int32_t routing_id, int32_t object_id) in GetJavaScriptResult() argument 34 … ArkWebStringStructToClass(method), ArkWebStringStructToClass(object_name), routing_id, object_id); in GetJavaScriptResult() 39 const ArkWebString& object_name, int fd, int32_t routing_id, int32_t object_id) in GetJavaScriptResultFlowbuf() argument 44 …WebStringStructToClass(method), ArkWebStringStructToClass(object_name), fd, routing_id, object_id); in GetJavaScriptResultFlowbuf()
|
H A D | ark_web_js_result_callback_impl.h | 33 int32_t routing_id, int32_t object_id) override; 36 const ArkWebString& object_name, int fd, int32_t routing_id, int32_t object_id) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_js_result_callback_wrapper.cpp | 31 int32_t routing_id, int32_t object_id) in GetJavaScriptResult() argument 38 …ark_web_js_result_callback_->GetJavaScriptResult(stArgs, stMethod, stObjectName, routing_id, objec… in GetJavaScriptResult() 48 int fd, int32_t routing_id, int32_t object_id) in GetJavaScriptResultFlowbuf() argument 55 stArgs, stMethod, stObjectName, fd, routing_id, object_id); in GetJavaScriptResultFlowbuf()
|
H A D | ark_web_js_result_callback_wrapper.h | 31 …const std::string& method, const std::string& object_name, int32_t routing_id, int32_t object_id) … 35 const std::string& object_name, int fd, int32_t routing_id, int32_t object_id) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_js_result_callback.h | 33 const ArkWebString& object_name, int32_t routing_id, int32_t object_id) = 0; 70 const ArkWebString& object_name, int fd, int32_t routing_id, int32_t object_id) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_javascript_result_callback.h | 34 …const std::string& method, const std::string& object_name, int32_t routing_id, int32_t object_id) … 37 …const std::string& method, const std::string& object_name, int fd, int32_t routing_id, int32_t obj…
|
H A D | nweb.h | 1004 …virtual void CallH5Function(int32_t routing_id, int32_t h5_object_id, const std::string& h5_method…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_javascript_result_callback.cpp | 159 int32_t routing_id, int32_t object_id) in GetJavaScriptResult() argument 164 (void)routing_id; in GetJavaScriptResult() 190 int fd, int32_t routing_id, int32_t object_id) in GetJavaScriptResultFlowbuf() argument 195 (void)routing_id; in GetJavaScriptResultFlowbuf()
|
H A D | web_javascript_result_callback.h | 40 …const std::string& method, const std::string& object_name, int32_t routing_id, int32_t object_id) … 44 int fd, int32_t routing_id, int32_t object_id) override;
|