Home
last modified time | relevance | path

Searched refs:webMethod (Results 1 – 2 of 2) 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() local
87 if (!webMethod.IsValid()) { in CallSpecializedMethod()
96 { DOM_METHOD_RELOAD, [](WebMethod& webMethod, const std::string& args) { in CallSpecializedMethod()
97 webMethod.Reload(); in CallSpecializedMethod()
102 operatorIter->second(webMethod, args); in CallSpecializedMethod()
H A Dweb_declaration.h73 WebMethod webMethod; variable