Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dreport_protobuf_file.h32 namespace Proto = OHOS::Developtools::Hiperf::Proto; variable
38 using ProtobufReadBack = std::function<void(Proto::HiperfRecord &record)>;
90 bool Dump(const Proto::HiperfRecord &record, int indent = 0);
91 bool Dump(const Proto::CallStackSample &message, int indent = 0);
92 bool Dump(const Proto::SampleStatistic &message, int indent = 0);
93 bool Dump(const Proto::SymbolTableFile &message, int indent = 0);
94 bool Dump(const Proto::VirtualThreadInfo &message, int indent = 0);
95 bool Dump(const Proto::ReportInfo &message, int indent = 0);
/developtools/hiperf/test/unittest/common/native/
Dreport_protobuf_file_test.cpp22 using namespace Proto;
161 auto protobufReadBack = [&](Proto::HiperfRecord &record) { in __anoncfc228cc0102()
192 auto protobufReadBack = [&](Proto::HiperfRecord &record) { in __anoncfc228cc0202()
223 auto protobufReadBack = [&](Proto::HiperfRecord &record) { in __anoncfc228cc0302()
264 auto protobufReadBack = [&](Proto::HiperfRecord &record) { in __anoncfc228cc0402()
312 auto protobufReadBack = [&](Proto::HiperfRecord &record) { in __anoncfc228cc0502()
/developtools/hiperf/proto/
Dreport_sample.proto28 package OHOS.Developtools.Hiperf.Proto;
/developtools/hiperf/src/
Dreport_protobuf_file.cpp20 using namespace Proto;