Home
last modified time | relevance | path

Searched refs:syncMethodList (Results 1 - 4 of 4) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp193 param.syncMethodList = it->second->GetSyncMethodNames(); in InnerCompleteWindowNew()
937 if (param.syncMethodList.empty() && param.asyncMethodList.empty()) { in RegisterJavaScriptProxy()
944 std::merge(param.syncMethodList.begin(), param.syncMethodList.end(), in RegisterJavaScriptProxy()
952 param_tmp.syncMethodList = allMethodList; in RegisterJavaScriptProxy()
957 nweb_ptr->RegisterArkJSfunction(param_tmp.objName, param_tmp.syncMethodList, in RegisterJavaScriptProxy()
H A Dwebview_javascript_result_callback.h41 std::vector<std::string> syncMethodList; member
H A Dwebview_javascript_result_callback.cpp1758 jsObj->SetMethods(param.syncMethodList); in RegisterJavaScriptProxy()
1762 for (auto& item : param.syncMethodList) { in RegisterJavaScriptProxy()
H A Dnapi_webview_controller.cpp474 param->syncMethodList = methodList;
1175 param.syncMethodList = methodList; in InnerJsProxy()

Completed in 18 milliseconds