Searched defs:protoData (Results 1 – 6 of 6) sorted by relevance
| /developtools/profiler/device/plugins/ffrt_profiler/service/src/ |
| D | ffrt_profiler_handle.cpp | 33 std::visit([&](auto& protoData) { in ~FfrtProfilerHandle() 57 std::visit([&](auto& protoData) { in SerializeData() 68 void FfrtProfilerHandle::SerializeDataImpl(T& protoData, const int8_t data[], uint32_t size) in SerializeDataImpl() 84 void FfrtProfilerHandle::ReportCommonData(T& protoData, FfrtResultBase* base) in ReportCommonData() 114 void FfrtProfilerHandle::SerializeTraceData(T& protoData, const int8_t data[], uint32_t size) in SerializeTraceData() 132 void FfrtProfilerHandle::SerializeRawData(T& protoData, const int8_t data[], uint32_t size) in SerializeRawData() 147 void FfrtProfilerHandle::FlushCheck(T& protoData) in FlushCheck()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | hook_record.cpp | 129 std::visit([this, &hookInfo](auto protoData) { in SerializeData() 137 std::visit([this, &hookInfo](auto protoData) { in SerializeData() 146 std::visit([this, &hookInfo](auto protoData) { in SerializeData() 158 std::visit([this, &hookInfo](auto protoData) { in SerializeData() 170 std::visit([this, &hookInfo](auto protoData) { in SerializeData() 179 std::visit([this](auto protoData) { in SerializeData() 191 std::visit([this, &hookInfo](auto protoData) { in SerializeData() 203 std::visit([this, &hookInfo](auto protoData) { in SerializeData()
|
| /developtools/profiler/device/plugins/network_profiler/service/src/ |
| D | network_profiler_handle.cpp | 39 std::visit([&](auto& protoData) { in StopHandle() 63 std::visit([&](auto& protoData) { in SerializeData() 74 void NetworkProfilerHandle::SerializeDataImpl(T& protoData, const int8_t data[], uint32_t size) in SerializeDataImpl() 107 void NetworkProfilerHandle::FlushCheck(T& protoData) in FlushCheck()
|
| /developtools/profiler/device/plugins/xpower_plugin/src/ |
| D | xpower_plugin.cpp | 154 void XpowerPlugin::OptimizeCallback(const std::uint32_t messageType, const uint8_t *protoData, size… in OptimizeCallback()
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/ |
| D | common_types.h | 69 ProtoReader::BytesView protoData; member
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/hook_filter/ |
| D | native_hook_filter.cpp | 42 void NativeHookFilter::ParseConfigInfo(ProtoReader::BytesView &protoData, uint64_t &statisticsInter… in ParseConfigInfo()
|