Home
last modified time | relevance | path

Searched refs:WebMethod (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/web/
H A Dweb_declaration.cpp86 auto& webMethod = static_cast<WebMethod&>(GetMethod(MethodTag::SPECIALIZED_METHOD)); in CallSpecializedMethod()
94 void (*)(WebMethod&, const std::string&)> in CallSpecializedMethod()
96 { DOM_METHOD_RELOAD, [](WebMethod& webMethod, const std::string& args) { in CallSpecializedMethod()
H A Dweb_declaration.h60 struct WebMethod : Method { struct
73 WebMethod webMethod; argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.cpp253 const std::shared_ptr<WebMethod> DeclarationConstants::DEFAULT_WEB_METHOD = std::make_shared<WebMet…
H A Ddeclaration_constants.h224 static const std::shared_ptr<WebMethod> DEFAULT_WEB_METHOD;