Home
last modified time | relevance | path

Searched refs:CreateFrameNodeWithTree (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_base.cpp63 …FrameNode::CreateFrameNodeWithTree(V2::ROOT_ETS_TAG, ROOT_NODE_ID, Referenced::MakeRefPtr<RootPatt… in Init()
H A Dtext_testtwo_ng.cpp1789 FrameNode::CreateFrameNodeWithTree(V2::ROOT_ETS_TAG, 0, AceType::MakeRefPtr<RootPattern>());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng_extra_add.cpp141 MockPipelineContext::GetCurrent()->rootNode_ = FrameNode::CreateFrameNodeWithTree( in SetUpTestSuite()
H A Dvideo_test_ng.cpp148 MockPipelineContext::GetCurrent()->rootNode_ = FrameNode::CreateFrameNodeWithTree( in SetUpTestSuite()
H A Dvideo_property_test_ng.cpp143 MockPipelineContext::GetCurrent()->rootNode_ = FrameNode::CreateFrameNodeWithTree( in SetUpTestSuite()
H A Dvideo_test_ng_add.cpp141 MockPipelineContext::GetCurrent()->rootNode_ = FrameNode::CreateFrameNodeWithTree( in SetUpTestSuite()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp144 rootNode_ = FrameNode::CreateFrameNodeWithTree( in SetupRootElement()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H A Dmovingphoto_test_ng.cpp103 MockPipelineContext::GetCurrent()->rootNode_ = FrameNode::CreateFrameNodeWithTree( in SetUpTestSuite()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h88 static RefPtr<FrameNode> CreateFrameNodeWithTree(
H A Dframe_node.cpp534 RefPtr<FrameNode> FrameNode::CreateFrameNodeWithTree( in CreateFrameNodeWithTree() function in OHOS::Ace::NG::FrameNode
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp310 auto one = FrameNode::CreateFrameNodeWithTree("main", 10, AceType::MakeRefPtr<Pattern>());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1052 rootNode_ = FrameNode::CreateFrameNodeWithTree( in SetupRootElement()
1151 rootNode_ = FrameNode::CreateFrameNodeWithTree( in SetupSubRootElement()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp187 auto rootNode = FrameNode::CreateFrameNodeWithTree( in CreateDragRootNode()