/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | _ark_web___proxy_object.md | 28 ### methodList subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | _ark_web___proxy_object.md | 28 ### methodList subsection
|
/ohos5.0/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_javascript_result_callback.cpp | 63 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 D | webview_controller_impl.cpp | 580 const std::string& objName, const std::vector<std::string>& methodList) in RegisterJavaScriptProxy()
|
H A D | webview_ffi.cpp | 231 std::vector<std::string> methodList; in FfiOHOSWebviewCtlRegisterJavaScriptProxy() local
|
/ohos5.0/base/web/webview/interfaces/native/ |
H A D | native_interface_arkweb.cpp | 73 …iveArkWeb_RegisterJavaScriptProxy(const char* webTag, const char* objName, const char** methodList, in OH_NativeArkWeb_RegisterJavaScriptProxy()
|
H A D | arkweb_type.h | 160 const ArkWeb_ProxyMethod* methodList; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_property.h | 677 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 D | js_web_controller.cpp | 978 JSRef<JSVal> methodList = obj->GetProperty("methodList"); in AddJavascriptInterface() local 1027 JSRef<JSVal> methodList = obj->GetProperty("methodList"); in SetJavascriptInterface() local
|
H A D | js_web.cpp | 3383 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 D | cj_web_ffi.cpp | 504 … 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 D | web_delegate.cpp | 1220 …::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() 2388 … const std::vector<std::string>& methodList) { in SetWebCallBack() 2398 … const std::vector<std::string>& methodList) { in SetWebCallBack()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.cpp | 889 const std::vector<std::string>& methodList) in DeleteJavaScriptRegister()
|
H A D | napi_webview_controller.cpp | 454 std::vector<std::string> methodList; in ParseRegisterJavaScriptProxyParam() local 1152 std::vector<std::string> methodList; in InnerJsProxy() local
|