Home
last modified time | relevance | path

Searched refs:asyncMethodList (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp194 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 Dwebview_javascript_result_callback.h42 std::vector<std::string> asyncMethodList; member
H A Dnapi_webview_controller.cpp460 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 Dwebview_javascript_result_callback.cpp1759 jsObj->SetAsyncMethods(param.asyncMethodList); in RegisterJavaScriptProxy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp1041 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 Djs_web.cpp3384 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 Dweb-in-page-app-function-invoking.md55 asyncMethodList: [],
108 // 可选参数, asyncMethodList
/ohos5.0/docs/en/application-dev/web/
H A Dweb-in-page-app-function-invoking.md57 asyncMethodList: [],
110 // Optional parameter: asyncMethodList
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dperformance-web-import.md1101 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 Dweb_delegate.cpp1234 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 Dts-basic-components-web.md430 asyncMethodList: ["asyncTest"],
9915 | asyncMethodList<sup>12+</sup> | Array\<string\> | 否 | 参与注册的应用侧JavaScript对象的异步方法。异步方法无法获取…
H A Djs-apis-webview.md1590 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 Dts-basic-components-web.md430 asyncMethodList: ["asyncTest"],
9911 | asyncMethodList<sup>12+</sup> | Array\<string\> | No | Asynchronous methods of the JavaSc…
H A Djs-apis-webview.md1590 registerJavaScriptProxy(object: object, name: string, methodList: Array\<string>, asyncMethodList?:…
1612 | asyncMethodList<sup>12+</sup> | Array\<string> | No | Asynchronous methods of the JavaScript obj…