Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_title_node.cpp19 RefPtr<CustomTitleNode> CustomTitleNode::CreateCustomTitleNode(int32_t nodeId, const std::string& v… in CreateCustomTitleNode() function in OHOS::Ace::NG::CustomTitleNode
H A Dcustom_title_node.h26 … static RefPtr<CustomTitleNode> CreateCustomTitleNode(int32_t nodeId, const std::string& viewKey);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_partial_update_model_ng.cpp40 customNode = NG::CustomTitleNode::CreateCustomTitleNode(viewId, key); in CreateNode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp1090 RefPtr<CustomTitleNode> customTitleNode = CustomTitleNode::CreateCustomTitleNode(1, "test");