Home
last modified time | relevance | path

Searched refs:DumpNode (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp288 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 Ddistributed_ui.h105 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 Drs_render_service.h57 void DumpNode(std::unordered_set<std::u16string>& argSets, std::string& dumpString) const;
H A Drs_render_service.cpp534 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 Drs_main_thread.h222 void DumpNode(std::string& result, uint64_t nodeId) const;
H A Drs_main_thread.cpp3481 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 Drs_node_animate_supplement_test.cpp383 * @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 Drs_profiler_dump.cpp33 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 Drs_profiler.h285 RSB_EXPORT static void DumpNode(const RSRenderNode& node, JsonWriter& out,
H A Drs_profiler.cpp685 DumpNode(*rootNode, root, useMockPid, pid > 0); in OnParallelRenderBegin()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h133 virtual std::string DumpNode(int depth) const;
H A Drs_node.cpp2865 std::string RSNode::DumpNode(int depth) const in DumpNode() function in OHOS::Rosen::RSNode
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp356 DumpLog::GetInstance().AddDesc(rsNode_->DumpNode(depth)); in DumpTree()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4495 node1->DumpNode(0); in HWTEST_F()
4501 node1->DumpNode(0); in HWTEST_F()
4508 node1->DumpNode(0); in HWTEST_F()
H A Drs_canvas_node_test.cpp210 rootNode->DumpNode(1); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5365 DumpLog::GetInstance().AddDesc(rsNode_->DumpNode(0));
6551 json->Put("rsNode", rsNode_->DumpNode(0).c_str());

Completed in 49 milliseconds