/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | distributed_ui.cpp | 288 DumpNode(node, -1, OperationType::OP_MODIFY, nodeObject); in DumpDirtyRenderNodes() 306 DumpNode(node, -1, OperationType::OP_MODIFY, nodeObject); in DumpDirtyLayoutNodes() 321 DumpNode(node, -1, OperationType::OP_ADD, nodeObject); in DumpNewNodes() 415 void DistributedUI::DumpNode( in DumpNode() function in OHOS::Ace::NG::DistributedUI 438 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<NodeObject>& nodeObject);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service.h | 57 void DumpNode(std::unordered_set<std::u16string>& argSets, std::string& dumpString) const;
|
H A D | rs_render_service.cpp | 534 void RSRenderService::DumpNode(std::unordered_set<std::u16string>& argSets, std::string& dumpString) const in DumpNode() function in OHOS::Rosen::RSRenderService 547 return mainThread_->DumpNode(dumpString, nodeId); in DumpNode() 642 DumpNode(argSets, dumpString); in DoDump()
|
H A D | rs_main_thread.h | 222 void DumpNode(std::string& result, uint64_t nodeId) const;
|
H A D | rs_main_thread.cpp | 3481 void RSMainThread::DumpNode(std::string& result, uint64_t nodeId) const in DumpNode() function in RSMainThread
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_node_animate_supplement_test.cpp | 383 * @tc.desc: Verify the DumpNode 394 node->DumpNode(1); in HWTEST_F() 399 node->DumpNode(1); in HWTEST_F() 607 node->DumpNode(10); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 33 void RSProfiler::DumpNode(const RSRenderNode& node, JsonWriter& out, bool clearMockFlag, bool absRoot) in DumpNode() function in OHOS::Rosen::RSProfiler 52 DumpNode(*child, children, clearMockFlag, false); in DumpNode()
|
H A D | rs_profiler.h | 285 RSB_EXPORT static void DumpNode(const RSRenderNode& node, JsonWriter& out,
|
H A D | rs_profiler.cpp | 685 DumpNode(*rootNode, root, useMockPid, pid > 0); in OnParallelRenderBegin()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 133 virtual std::string DumpNode(int depth) const;
|
H A D | rs_node.cpp | 2865 std::string RSNode::DumpNode(int depth) const in DumpNode() function in OHOS::Rosen::RSNode
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.cpp | 356 DumpLog::GetInstance().AddDesc(rsNode_->DumpNode(depth)); in DumpTree()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 4495 node1->DumpNode(0); in HWTEST_F() 4501 node1->DumpNode(0); in HWTEST_F() 4508 node1->DumpNode(0); in HWTEST_F()
|
H A D | rs_canvas_node_test.cpp | 210 rootNode->DumpNode(1); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 5365 DumpLog::GetInstance().AddDesc(rsNode_->DumpNode(0)); 6551 json->Put("rsNode", rsNode_->DumpNode(0).c_str());
|