Home
last modified time | relevance | path

Searched refs:ProcessReportInfo (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/include/
Dreport_protobuf_file.h48 bool ProcessReportInfo(const std::vector<std::string> &configNames,
/developtools/hiperf/test/unittest/common/native/
Dreport_protobuf_file_test.cpp253 HWTEST_F(ReportProtobufFileTest, ProcessReportInfo, TestSize.Level1)
261 protobufOutputFileWriter_->ProcessReportInfo(configNames, workloadCmd);
/developtools/hiperf/src/
Dreport_protobuf_file.cpp143 bool ReportProtobufFileWriter::ProcessReportInfo(const std::vector<std::string> &configNames, in ProcessReportInfo() function in OHOS::Developtools::HiPerf::ReportProtobufFileWriter
Dsubcommand_report.cpp323 protobufOutputFileWriter_->ProcessReportInfo(configNames_, workloader); in UpdateReportInfo()