Home
last modified time | relevance | path

Searched refs:getLastJavascriptProxyCallingFrameUrl (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A D_ark_web___controller_a_p_i.md29 | const char \*(\* [getLastJavascriptProxyCallingFrameUrl](#getlastjavascriptproxycallingframeurl) …
83 ### getLastJavascriptProxyCallingFrameUrl subsection
86 const char*(* ArkWeb_ControllerAPI::getLastJavascriptProxyCallingFrameUrl) ()
H A Djs-apis-webview.md4020 风险提示:如果想获取url来做JavascriptProxy通信接口认证,请使用[getLastJavascriptProxyCallingFrameUrl<sup>12+</sup>](#getl…
6687 ### getLastJavascriptProxyCallingFrameUrl<sup>12+</sup>
6689 getLastJavascriptProxyCallingFrameUrl(): string
6718 …eb Component str' + testStr + " url " + this.mycontroller.getLastJavascriptProxyCallingFrameUrl());
6723 …g('Web Component toString ' + " url " + this.mycontroller.getLastJavascriptProxyCallingFrameUrl());
6727 …Component number' + testNum + " url " + this.mycontroller.getLastJavascriptProxyCallingFrameUrl());
6732 …omponent boolean' + testBol + " url " + this.mycontroller.getLastJavascriptProxyCallingFrameUrl());
6745 console.log('Web test ' + " url " + this.mycontroller.getLastJavascriptProxyCallingFrameUrl());
6750 …le.log('Web test toString ' + " url " + this.mycontroller.getLastJavascriptProxyCallingFrameUrl());
14969 风险提示:如果想获取url来做JavascriptProxy通信接口认证,请使用[getLastJavascriptProxyCallingFrameUrl<sup>12+</sup>](#getl…
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A D_ark_web___controller_a_p_i.md29 | const char \*(\* [getLastJavascriptProxyCallingFrameUrl](#getlastjavascriptproxycallingframeurl) …
83 ### getLastJavascriptProxyCallingFrameUrl subsection
86 const char*(* ArkWeb_ControllerAPI::getLastJavascriptProxyCallingFrameUrl) ()
H A Djs-apis-webview.md4020 …or JavaScriptProxy communication API authentication, use [getLastJavascriptProxyCallingFrameUrl<su…
6693 ### getLastJavascriptProxyCallingFrameUrl<sup>12+</sup>
6695 getLastJavascriptProxyCallingFrameUrl(): string
6724 …eb Component str' + testStr + " url " + this.mycontroller.getLastJavascriptProxyCallingFrameUrl());
6729 …g('Web Component toString ' + " url " + this.mycontroller.getLastJavascriptProxyCallingFrameUrl());
6733 …Component number' + testNum + " url " + this.mycontroller.getLastJavascriptProxyCallingFrameUrl());
6738 …omponent boolean' + testBol + " url " + this.mycontroller.getLastJavascriptProxyCallingFrameUrl());
6751 console.log('Web test ' + " url " + this.mycontroller.getLastJavascriptProxyCallingFrameUrl());
6756 …le.log('Web test toString ' + " url " + this.mycontroller.getLastJavascriptProxyCallingFrameUrl());
14974 …or JavaScriptProxy communication API authentication, use [getLastJavascriptProxyCallingFrameUrl<su…
/ohos5.0/base/web/webview/interfaces/native/
H A Darkweb_type.h225 const char* (*getLastJavascriptProxyCallingFrameUrl)(); member
H A Darkweb_interface.cpp39 DO(getLastJavascriptProxyCallingFrameUrl, OH_ArkWeb_GetLastJavascriptProxyCallingFrameUrl)