Home
last modified time | relevance | path

Searched refs:stMethod (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_js_result_callback_wrapper.cpp33 ArkWebString stMethod = ArkWebStringClassToStruct(method); in GetJavaScriptResult() local
38 …ark_web_js_result_callback_->GetJavaScriptResult(stArgs, stMethod, stObjectName, routing_id, objec… in GetJavaScriptResult()
40 ArkWebStringStructRelease(stMethod); in GetJavaScriptResult()
50 ArkWebString stMethod = ArkWebStringClassToStruct(method); in GetJavaScriptResultFlowbuf() local
55 stArgs, stMethod, stObjectName, fd, routing_id, object_id); in GetJavaScriptResultFlowbuf()
57 ArkWebStringStructRelease(stMethod); in GetJavaScriptResultFlowbuf()
H A Dark_web_engine_prefetch_args_wrapper.cpp38 ArkWebString stMethod = ark_web_engine_pre_args_->GetMethod(); in GetMethod() local
40 std::string objMethod = ArkWebStringStructToClass(stMethod); in GetMethod()
41 ArkWebStringStructRelease(stMethod); in GetMethod()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_url_resource_request_wrapper.cpp38 ArkWebString stMethod = ark_web_url_resource_request_->Method(); in Method() local
40 std::string objMethod = ArkWebStringStructToClass(stMethod); in Method()
41 ArkWebStringStructRelease(stMethod); in Method()