Home
last modified time | relevance | path

Searched refs:DumpDrawableVec (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_render_node_drawable_adapter.cpp325 out += ", DrawableVec:[" + DumpDrawableVec(renderNode) + "]"; in DumpDrawableTree()
352 std::string RSRenderNodeDrawableAdapter::DumpDrawableVec(const std::shared_ptr<RSRenderNode>& rende… in DumpDrawableVec() function in OHOS::Rosen::DrawableV2::RSRenderNodeDrawableAdapter
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_adapter_test.cpp238 auto retStr = adapter->DumpDrawableVec(node);
247 retStr = adapter->DumpDrawableVec(node);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_render_node_drawable_adapter.h246 std::string DumpDrawableVec(const std::shared_ptr<RSRenderNode>& renderNode) const;