Home
last modified time | relevance | path

Searched refs:DumpNode (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp295 DumpNode(node, -1, OperationType::OP_MODIFY, nodeObject); in DumpDirtyRenderNodes()
313 DumpNode(node, -1, OperationType::OP_MODIFY, nodeObject); in DumpDirtyLayoutNodes()
328 DumpNode(node, -1, OperationType::OP_ADD, nodeObject); in DumpNewNodes()
422 void DistributedUI::DumpNode( in DumpNode() function in OHOS::Ace::NG::DistributedUI
445 DumpNode(node, depth, OperationType::OP_ADD, nodeObject); in DumpTreeInner()
H A Ddistributed_ui.h105 …void DumpNode(const RefPtr<NG::UINode>& node, int depth, OperationType op, std::unique_ptr<NodeObj…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_node_animate_supplement_test.cpp394 node->DumpNode(1);
399 node->DumpNode(1);
607 node->DumpNode(10);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp30 void RSProfiler::DumpNode(const RSRenderNode& node, JsonWriter& out) in DumpNode() function in OHOS::Rosen::RSProfiler
45 DumpNode(*child, children); in DumpNode()
H A Drs_profiler.h254 RSB_EXPORT static void DumpNode(const RSRenderNode& node, JsonWriter& outWrapper);
H A Drs_profiler.cpp525 DumpNode(*rootNode, root); in RenderServiceTreeDump()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h134 virtual std::string DumpNode(int depth) const;
H A Drs_node.cpp2897 std::string RSNode::DumpNode(int depth) const in DumpNode() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4393 node1->DumpNode(0);
4399 node1->DumpNode(0);
4406 node1->DumpNode(0);
H A Drs_canvas_node_test.cpp210 rootNode->DumpNode(1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp356 DumpLog::GetInstance().AddDesc(rsNode_->DumpNode(depth)); in DumpTree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5405 DumpLog::GetInstance().AddDesc(rsNode_->DumpNode(0));