Home
last modified time | relevance | path

Searched defs:routingId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_javascript_result_callback.cpp165 int32_t routingId, int32_t objectId) in GetJavaScriptResultSelf()
195 int32_t routingId, int32_t objectId) in GetJavaScriptResult()
249 int32_t routingId) in ConstructArgv()
287 int32_t routingId, in GetJavaScriptResultSelfHelper()
316 int32_t routingId, int32_t objectId) in GetJavaScriptResultSelfFlowbuf()
341 int32_t routingId, int32_t objectId) in GetJavaScriptResultFlowbuf()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp948 int32_t routingId, int32_t objectId) in GetJavaScriptResultSelf()
1002 int32_t routingId, int32_t objectId) in GetJavaScriptResult()
1062 int32_t routingId) in ConstructArgv()
1120 int32_t routingId, in GetJavaScriptResultSelfHelper()
1162 int32_t routingId, int32_t objectId) in GetJavaScriptResultSelfFlowbuf()
1198 int32_t routingId, int32_t objectId) in GetJavaScriptResultFlowbuf()
1248 int32_t routingId, int32_t objectId) in PostGetJavaScriptResultToJsThread()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp756int32_t routingId, int32_t h5ObjectId, const ArkWebString& h5MethodName, const ArkWebValueVector& … in CallH5Function()
/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()