Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/web/
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()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_web_controller.cpp978 JSRef<JSVal> methodList = obj->GetProperty("methodList"); in AddJavascriptInterface() local
1027 JSRef<JSVal> methodList = obj->GetProperty("methodList"); in SetJavascriptInterface() local
Djs_web.cpp3383 auto methodList = JSRef<JSVal>::Cast(paramObject->GetProperty("methodList")); in JavaScriptProxy() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_web_ffi.cpp504 … VectorInt64Handle funcList, const char* name, VectorStringHandle methodList, int64_t controllerId) in FfiOHOSAceFrameworkWebJavaScriptProxy()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
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()