Home
last modified time | relevance | path

Searched refs:RecordCallBack (Results 1 – 9 of 9) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dvirtual_runtime_test.cpp44 bool RecordCallBack(std::unique_ptr<PerfEventRecord> record);
72 bool VirtualRuntimeTest::RecordCallBack(std::unique_ptr<PerfEventRecord> record) in RecordCallBack() function in OHOS::Developtools::HiPerf::VirtualRuntimeTest
93 auto callBack = std::bind(&VirtualRuntimeTest::RecordCallBack, this, std::placeholders::_1);
110 auto callBack = std::bind(&VirtualRuntimeTest::RecordCallBack, this, std::placeholders::_1);
/developtools/hiperf/include/
Dvirtual_runtime.h54 using RecordCallBack = std::function<bool(std::unique_ptr<PerfEventRecord>)>; variable
57 void SetRecordMode(RecordCallBack recordCallBack);
181 RecordCallBack recordCallBack_;
Dsubcommand_report.h108 bool RecordCallBack(std::unique_ptr<PerfEventRecord> record);
Dperf_events.h432 using RecordCallBack = std::function<bool(std::unique_ptr<PerfEventRecord>)>; variable
435 void SetRecordCallBack(RecordCallBack recordCallBack);
610 RecordCallBack recordCallBack_;
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.h102 bool RecordCallBack(std::unique_ptr<PerfEventRecord> record);
Dperf_data_parser.cpp473 …recordDataReader_->ReadDataSection(std::bind(&PerfDataParser::RecordCallBack, this, std::placehold… in Reload()
586 bool PerfDataParser::RecordCallBack(std::unique_ptr<PerfEventRecord> record) in RecordCallBack() function in SysTuning::TraceStreamer::PerfDataParser
/developtools/hiperf/src/
Dsubcommand_report.cpp225 bool SubCommandReport::RecordCallBack(std::unique_ptr<PerfEventRecord> record) in RecordCallBack() function in OHOS::Developtools::HiPerf::SubCommandReport
485 std::bind(&SubCommandReport::RecordCallBack, this, std::placeholders::_1)); in LoadPerfData()
Dperf_events.cpp824 void PerfEvents::SetRecordCallBack(RecordCallBack recordCallBack) in SetRecordCallBack()
Dvirtual_runtime.cpp796 void VirtualRuntime::SetRecordMode(RecordCallBack recordCallBack) in SetRecordMode()