Searched refs:DumpNode (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | distributed_ui.cpp | 295 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 D | distributed_ui.h | 105 …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 D | rs_node_animate_supplement_test.cpp | 394 node->DumpNode(1); 399 node->DumpNode(1); 607 node->DumpNode(10);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 30 void RSProfiler::DumpNode(const RSRenderNode& node, JsonWriter& out) in DumpNode() function in OHOS::Rosen::RSProfiler 45 DumpNode(*child, children); in DumpNode()
|
H A D | rs_profiler.h | 254 RSB_EXPORT static void DumpNode(const RSRenderNode& node, JsonWriter& outWrapper);
|
H A D | rs_profiler.cpp | 525 DumpNode(*rootNode, root); in RenderServiceTreeDump()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 134 virtual std::string DumpNode(int depth) const;
|
H A D | rs_node.cpp | 2897 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 D | rs_node_test.cpp | 4393 node1->DumpNode(0); 4399 node1->DumpNode(0); 4406 node1->DumpNode(0);
|
H A D | rs_canvas_node_test.cpp | 210 rootNode->DumpNode(1);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.cpp | 356 DumpLog::GetInstance().AddDesc(rsNode_->DumpNode(depth)); in DumpTree()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 5405 DumpLog::GetInstance().AddDesc(rsNode_->DumpNode(0));
|