/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/ |
H A D | rosen_render_rich_text.cpp | 27 void RosenRenderRichText::DumpTree(int32_t depth) in DumpTree() function in OHOS::Ace::RosenRenderRichText 40 item->DumpTree(depth + 1); in DumpTree()
|
H A D | rosen_render_rich_text.h | 27 void DumpTree(int32_t depth) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/layers/ |
H A D | layer.cpp | 33 void Layer::DumpTree(int32_t depth) in DumpTree() function in OHOS::Ace::Flutter::Layer 41 item->DumpTree(depth + 1); in DumpTree()
|
H A D | layer.h | 61 virtual void DumpTree(int32_t depth);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | rosen_render_xcomponent.cpp | 68 void RosenRenderXComponent::DumpTree(int32_t depth) in DumpTree() function in OHOS::Ace::RosenRenderXComponent 80 item->DumpTree(depth + 1); in DumpTree()
|
H A D | rosen_render_xcomponent.h | 41 void DumpTree(int32_t depth) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | rosen_render_texture.cpp | 154 void RosenRenderTexture::DumpTree(int32_t depth) in DumpTree() function in OHOS::Ace::RosenRenderTexture 168 item->DumpTree(depth + 1); in DumpTree()
|
H A D | rosen_render_texture.h | 44 void DumpTree(int32_t depth) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | rosen_render_web.h | 27 void DumpTree(int32_t depth) override;
|
H A D | rosen_render_web.cpp | 39 void RosenRenderWeb::DumpTree(int32_t depth) {} in DumpTree() function in OHOS::Ace::RosenRenderWeb
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | element.cpp | 165 void Element::DumpTree(int32_t depth) in DumpTree() function in OHOS::Ace::Element 176 item->DumpTree(depth + 1); in DumpTree()
|
H A D | element.h | 73 virtual void DumpTree(int32_t depth);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/ |
H A D | accessibility_node_manager.cpp | 652 DumpTree(0, 0); in OnDumpInfo() 769 void AccessibilityNodeManager::DumpTree(int32_t depth, int64_t nodeID, bool isDumpSimplify) in DumpTree() function in OHOS::Ace::Framework::AccessibilityNodeManager 808 AccessibilityNodeManager::DumpTree(depth + 1, item->GetNodeId(), isDumpSimplify); in DumpTree()
|
H A D | accessibility_node_manager.h | 162 virtual void DumpTree(int32_t depth, int64_t nodeID, bool isDumpSimplify = false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.cpp | 865 void UINode::DumpTree(int32_t depth) in DumpTree() function in OHOS::Ace::NG::UINode 878 item->DumpTree(depth + 1); in DumpTree() 881 item->DumpTree(depth + 1); in DumpTree() 885 frameNode->GetOverlayNode()->DumpTree(depth + 1); in DumpTree()
|
H A D | ui_node.h | 200 void DumpTree(int32_t depth);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_ui_director.cpp | 476 node->DumpTree(TOP_LEVEL_DEPTH, out); in DumpNodeTreeProcessor()
|
H A D | rs_node.h | 131 void DumpTree(int depth, std::string& out) const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_base.cpp | 380 node->DumpTree(treeDumpDepth, tree); in GetSurfacesTrees() 399 node->DumpTree(treeDumpDepth, tree); in GetSurfacesTrees()
|
H A D | rs_profiler.h | 325 static void DumpTree(const ArgList& args);
|
H A D | rs_profiler.cpp | 892 void RSProfiler::DumpTree(const ArgList& args) in DumpTree() function in OHOS::Rosen::RSProfiler 1550 { "rstree_contains", DumpTree }, in GetCommand()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_base_render_node_test.cpp | 988 node->DumpTree(depth, out); 1008 node->DumpTree(depth, out);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 923 GetLastPage()->DumpTree(0); in OnDumpInfo() 925 rootElement_->DumpTree(0); in OnDumpInfo() 929 GetLastPage()->GetRenderNode()->DumpTree(0); in OnDumpInfo() 931 rootElement_->GetRenderNode()->DumpTree(0); in OnDumpInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_api.cpp | 252 static void DumpTree(ArkUINodeHandle node, int indent) {} in DumpTree() function 256 DumpTree(node, 0); in DumpTreeNode()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.h | 259 void DumpTree(int32_t depth, int64_t nodeID, bool isDumpSimplify = false) override;
|