Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_js_result_callback_impl.cpp30 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 Dark_web_js_result_callback_impl.h33 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 Dark_web_js_result_callback_wrapper.cpp31 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 Dark_web_js_result_callback_wrapper.h31 …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 Dark_web_js_result_callback.h33 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 Dnweb_javascript_result_callback.h34 …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 Dnweb.h1004 …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 Dweb_javascript_result_callback.cpp159 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 Dweb_javascript_result_callback.h40 …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;