Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dframe_info.h47 std::vector<TaskInfo> renderInfos_; member
56 renderInfos_.push_back({ tag, id, time}); in AddTaskInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp435 EXPECT_EQ(frameInfo.renderInfos_.size(), 0);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2908 for (const auto& layout : info.renderInfos_) { in DumpPipelineInfo()