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 D | custom_title_node.cpp | 19 …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 D | custom_measure_layout_node.cpp | 30 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 D | custom_node.cpp | 30 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 D | custom_title_node.h | 26 … static RefPtr<CustomTitleNode> CreateCustomTitleNode(int32_t nodeId, const std::string& viewKey); 28 CustomTitleNode(int32_t nodeId, const std::string& viewKey);
|
H A D | custom_measure_layout_node.h | 36 …CustomMeasureLayoutNode> CreateCustomMeasureLayoutNode(int32_t nodeId, const std::string& viewKey); 38 CustomMeasureLayoutNode(int32_t nodeId, const std::string& viewKey);
|
H A D | custom_node.h | 36 static RefPtr<CustomNode> CreateCustomNode(int32_t nodeId, const std::string& viewKey); 38 CustomNode(int32_t nodeId, const std::string& viewKey);
|