/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.cpp | 194 param.asyncMethodList = it->second->GetAsyncMethodNames(); in InnerCompleteWindowNew() 937 if (param.syncMethodList.empty() && param.asyncMethodList.empty()) { in RegisterJavaScriptProxy() 945 param.asyncMethodList.begin(), param.asyncMethodList.end(), in RegisterJavaScriptProxy() 953 tmp.asyncMethodList = param.asyncMethodList; in RegisterJavaScriptProxy() 958 tmp.asyncMethodList, objId, tmp.permission); in RegisterJavaScriptProxy()
|
H A D | webview_javascript_result_callback.h | 42 std::vector<std::string> asyncMethodList; member
|
H A D | napi_webview_controller.cpp | 460 std::vector<std::string> asyncMethodList; in ParseRegisterJavaScriptProxyParam() local 461 … == INTEGER_FOUR && !NapiParseUtils::ParseStringArray(env, argv[INTEGER_THREE], asyncMethodList)) { in ParseRegisterJavaScriptProxyParam() 475 param->asyncMethodList = asyncMethodList; in ParseRegisterJavaScriptProxyParam() 1154 std::vector<std::string> asyncMethodList; in InnerJsProxy() local 1155 … bool hasAsyncMethod = NapiParseUtils::ParseStringArray(env, argv[INTEGER_THREE], asyncMethodList); in InnerJsProxy() 1174 param.asyncMethodList = asyncMethodList; in InnerJsProxy()
|
H A D | webview_javascript_result_callback.cpp | 1759 jsObj->SetAsyncMethods(param.asyncMethodList); in RegisterJavaScriptProxy()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web_controller.cpp | 1041 JSRef<JSVal> asyncMethodList = obj->GetProperty("asyncMethodList"); in SetJavascriptInterface() local 1042 if (asyncMethodList->IsArray()) { in SetJavascriptInterface() 1043 JSRef<JSArray> asyncArray = JSRef<JSArray>::Cast(asyncMethodList); in SetJavascriptInterface()
|
H A D | js_web.cpp | 3384 auto asyncMethodList = JSRef<JSVal>::Cast(paramObject->GetProperty("asyncMethodList")); in JavaScriptProxy() local 3393 name, methodList, asyncMethodList, permission]() { in JavaScriptProxy() 3394 JSRef<JSVal> argv[] = { object, name, methodList, asyncMethodList, permission }; in JavaScriptProxy()
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | web-in-page-app-function-invoking.md | 55 asyncMethodList: [], 108 // 可选参数, asyncMethodList
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-in-page-app-function-invoking.md | 57 asyncMethodList: [], 110 // Optional parameter: asyncMethodList
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | performance-web-import.md | 1101 asyncMethodList: ["test","toString"], 1174 ArkWeb_ProxyMethod asyncMethodList[1] = {m3}; 1177 .methodList = asyncMethodList,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 1234 std::vector<std::string> asyncMethodList; in AddJavascriptInterface() local 1239 objectName, methodList, asyncMethodList, in AddJavascriptInterface()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 430 asyncMethodList: ["asyncTest"], 9915 | asyncMethodList<sup>12+</sup> | Array\<string\> | 否 | 参与注册的应用侧JavaScript对象的异步方法。异步方法无法获取…
|
H A D | js-apis-webview.md | 1590 registerJavaScriptProxy(object: object, name: string, methodList: Array\<string>, asyncMethodList?:… 1612 | asyncMethodList<sup>12+</sup> | Array\<string> | 否 | 参与注册的应用侧JavaScript对象的异步方法,默认为空。异步方法无法获取返回值…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 430 asyncMethodList: ["asyncTest"], 9911 | asyncMethodList<sup>12+</sup> | Array\<string\> | No | Asynchronous methods of the JavaSc…
|
H A D | js-apis-webview.md | 1590 registerJavaScriptProxy(object: object, name: string, methodList: Array\<string>, asyncMethodList?:… 1612 | asyncMethodList<sup>12+</sup> | Array\<string> | No | Asynchronous methods of the JavaScript obj…
|