Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_document.h43 RefPtr<DOMNode> CreateNodeWithId(const std::string& tag, NodeId nodeId, int32_t itemIndex = -1);
H A Ddom_document.cpp130 RefPtr<DOMNode> DOMDocument::CreateNodeWithId(const std::string& tag, NodeId nodeId, int32_t itemIn… in CreateNodeWithId() function in OHOS::Ace::Framework::DOMDocument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp180 auto node = domDocument->CreateNodeWithId(tagName, nodeId_, itemIndex_); in CreateDomNode()
244 auto node = domDocument->CreateNodeWithId(tagName, nodeId_, -1); in CreateDomElement()
/ohos5.0/foundation/arkui/ace_engine/
H A D如何新增一个组件.md250 RefPtr<DOMNode> DOMDocument::CreateNodeWithId(const std::string& tag, NodeId nodeId, int32_t itemIn…