Home
last modified time | relevance | path

Searched refs:DumpTree (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H A Drosen_render_rich_text.cpp27 void RosenRenderRichText::DumpTree(int32_t depth) in DumpTree() function in OHOS::Ace::RosenRenderRichText
40 item->DumpTree(depth + 1); in DumpTree()
H A Drosen_render_rich_text.h27 void DumpTree(int32_t depth) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/layers/
H A Dlayer.cpp33 void Layer::DumpTree(int32_t depth) in DumpTree() function in OHOS::Ace::Flutter::Layer
41 item->DumpTree(depth + 1); in DumpTree()
H A Dlayer.h61 virtual void DumpTree(int32_t depth);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drosen_render_xcomponent.cpp68 void RosenRenderXComponent::DumpTree(int32_t depth) in DumpTree() function in OHOS::Ace::RosenRenderXComponent
80 item->DumpTree(depth + 1); in DumpTree()
H A Drosen_render_xcomponent.h41 void DumpTree(int32_t depth) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Drosen_render_texture.cpp154 void RosenRenderTexture::DumpTree(int32_t depth) in DumpTree() function in OHOS::Ace::RosenRenderTexture
168 item->DumpTree(depth + 1); in DumpTree()
H A Drosen_render_texture.h44 void DumpTree(int32_t depth) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drosen_render_web.h27 void DumpTree(int32_t depth) override;
H A Drosen_render_web.cpp39 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 Delement.cpp165 void Element::DumpTree(int32_t depth) in DumpTree() function in OHOS::Ace::Element
176 item->DumpTree(depth + 1); in DumpTree()
H A Delement.h73 virtual void DumpTree(int32_t depth);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.cpp652 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 Daccessibility_node_manager.h162 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 Dui_node.cpp865 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 Dui_node.h200 void DumpTree(int32_t depth);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_director.cpp476 node->DumpTree(TOP_LEVEL_DEPTH, out); in DumpNodeTreeProcessor()
H A Drs_node.h131 void DumpTree(int depth, std::string& out) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp380 node->DumpTree(treeDumpDepth, tree); in GetSurfacesTrees()
399 node->DumpTree(treeDumpDepth, tree); in GetSurfacesTrees()
H A Drs_profiler.h325 static void DumpTree(const ArgList& args);
H A Drs_profiler.cpp892 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 Drs_base_render_node_test.cpp988 node->DumpTree(depth, out);
1008 node->DumpTree(depth, out);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp923 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 Dnode_api.cpp252 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 Djs_accessibility_manager.h259 void DumpTree(int32_t depth, int64_t nodeID, bool isDumpSimplify = false) override;

12