Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/web/
Dweb_property.h628 const std::vector<std::string>& methodList) in AddJavascriptInterface()
640 … 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.cpp965 JSRef<JSVal> methodList = obj->GetProperty("methodList"); in AddJavascriptInterface() local
1017 JSRef<JSVal> methodList = obj->GetProperty("methodList"); in SetJavascriptInterface() local
Djs_web.cpp2654 auto methodList = JSRef<JSVal>::Cast(paramObject->GetProperty("methodList")); in JavaScriptProxy() local
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_delegate.cpp1054 …::AddJavascriptInterface(const std::string& objectName, const std::vector<std::string>& methodList) in AddJavascriptInterface()
1072 …emoveJavascriptInterface(const std::string& objectName, const std::vector<std::string>& methodList) in RemoveJavascriptInterface()
2183const std::vector<std::string>& methodList) { in SetWebCallBack()
2193const std::vector<std::string>& methodList) { in SetWebCallBack()