Home
last modified time | relevance | path

Searched defs:methodList (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A D_ark_web___proxy_object.md28 ### methodList subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A D_ark_web___proxy_object.md28 ### methodList subsection
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_javascript_result_callback.cpp63 const std::vector<std::string>& methodList, JavaScriptOb::ObjectID& objectId) in FindObjectIdInJsTd()
99 const std::vector<std::string>& methodList, const std::string& objName) in AddNamedObject()
138 const std::string& objName, const std::vector<std::string>& methodList) in RegisterJavaScriptProxy()
H A Dwebview_controller_impl.cpp580 const std::string& objName, const std::vector<std::string>& methodList) in RegisterJavaScriptProxy()
H A Dwebview_ffi.cpp231 std::vector<std::string> methodList; in FfiOHOSWebviewCtlRegisterJavaScriptProxy() local
/ohos5.0/base/web/webview/interfaces/native/
H A Dnative_interface_arkweb.cpp73 …iveArkWeb_RegisterJavaScriptProxy(const char* webTag, const char* objName, const char** methodList, in OH_NativeArkWeb_RegisterJavaScriptProxy()
H A Darkweb_type.h160 const ArkWeb_ProxyMethod* methodList; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h677 const std::vector<std::string>& methodList) in AddJavascriptInterface()
689 … void RemoveJavascriptInterface(std::string objectName, const std::vector<std::string>& methodList) in RemoveJavascriptInterface()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp978 JSRef<JSVal> methodList = obj->GetProperty("methodList"); in AddJavascriptInterface() local
1027 JSRef<JSVal> methodList = obj->GetProperty("methodList"); in SetJavascriptInterface() local
H A Djs_web.cpp3383 auto methodList = JSRef<JSVal>::Cast(paramObject->GetProperty("methodList")); in JavaScriptProxy() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.cpp504 … VectorInt64Handle funcList, const char* name, VectorStringHandle methodList, int64_t controllerId) in FfiOHOSAceFrameworkWebJavaScriptProxy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp1220 …::AddJavascriptInterface(const std::string& objectName, const std::vector<std::string>& methodList) in AddJavascriptInterface()
1246 …emoveJavascriptInterface(const std::string& objectName, const std::vector<std::string>& methodList) in RemoveJavascriptInterface()
2388const std::vector<std::string>& methodList) { in SetWebCallBack()
2398const std::vector<std::string>& methodList) { in SetWebCallBack()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp889 const std::vector<std::string>& methodList) in DeleteJavaScriptRegister()
H A Dnapi_webview_controller.cpp454 std::vector<std::string> methodList; in ParseRegisterJavaScriptProxyParam() local
1152 std::vector<std::string> methodList; in InnerJsProxy() local