Home
last modified time | relevance | path

Searched refs:CreateSyntaxItemNode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dsyntax_item.h66 static RefPtr<SyntaxItem> CreateSyntaxItemNode(const std::string& key) in CreateSyntaxItemNode() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp529 … [](const std::string& type, int32_t nodeId) { return SyntaxItem::CreateSyntaxItemNode(type); } }, in RestoreNode()