Home
last modified time | relevance | path

Searched refs:CreateProxyNodeWithId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_document.h45 RefPtr<DOMProxy> CreateProxyNodeWithId(const std::string& tag, NodeId nodeId);
H A Ddom_document.cpp289 RefPtr<DOMProxy> DOMDocument::CreateProxyNodeWithId(const std::string& tag, NodeId nodeId) in CreateProxyNodeWithId() function in OHOS::Ace::Framework::DOMDocument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp342 auto proxy = domDocument->CreateProxyNodeWithId(tagName_, nodeId_); in CreateDomProxy()