Home
last modified time | relevance | path

Searched refs:viewKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_title_node.cpp19 …CustomTitleNode> CustomTitleNode::CreateCustomTitleNode(int32_t nodeId, const std::string& viewKey) in CreateCustomTitleNode() argument
21 auto node = MakeRefPtr<CustomTitleNode>(nodeId, viewKey); in CreateCustomTitleNode()
26 …eNode::CustomTitleNode(int32_t nodeId, const std::string& viewKey) : CustomNode(nodeId, viewKey) {} in CustomTitleNode() argument
H A Dcustom_measure_layout_node.cpp30 int32_t nodeId, const std::string& viewKey) in CreateCustomMeasureLayoutNode() argument
32 auto node = MakeRefPtr<CustomMeasureLayoutNode>(nodeId, viewKey); in CreateCustomMeasureLayoutNode()
38 CustomMeasureLayoutNode::CustomMeasureLayoutNode(int32_t nodeId, const std::string& viewKey) in CustomMeasureLayoutNode() argument
39 : FrameNode(V2::JS_VIEW_ETS_TAG, nodeId, MakeRefPtr<CustomNodePattern>()), viewKey_(viewKey) in CustomMeasureLayoutNode()
H A Dcustom_node.cpp30 RefPtr<CustomNode> CustomNode::CreateCustomNode(int32_t nodeId, const std::string& viewKey) in CreateCustomNode() argument
32 auto node = MakeRefPtr<CustomNode>(nodeId, viewKey); in CreateCustomNode()
37 CustomNode::CustomNode(int32_t nodeId, const std::string& viewKey) in CustomNode() argument
38 : UINode(V2::JS_VIEW_ETS_TAG, nodeId, MakeRefPtr<CustomNodePattern>()), viewKey_(viewKey) in CustomNode()
H A Dcustom_title_node.h26 … static RefPtr<CustomTitleNode> CreateCustomTitleNode(int32_t nodeId, const std::string& viewKey);
28 CustomTitleNode(int32_t nodeId, const std::string& viewKey);
H A Dcustom_measure_layout_node.h36 …CustomMeasureLayoutNode> CreateCustomMeasureLayoutNode(int32_t nodeId, const std::string& viewKey);
38 CustomMeasureLayoutNode(int32_t nodeId, const std::string& viewKey);
H A Dcustom_node.h36 static RefPtr<CustomNode> CreateCustomNode(int32_t nodeId, const std::string& viewKey);
38 CustomNode(int32_t nodeId, const std::string& viewKey);