Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_params.h1206 StreamFormat GetStreamFormat() const in GetStreamFormat()
1211 StartParams &SetStreamFormat(const StreamFormat &streamFormat) in SetStreamFormat()
1297 std::optional<StreamFormat> streamFormat_ {};
Dpt_events.h1281 StreamFormat *GetTraceFormat() const in GetTraceFormat()
1289 TracingComplete &SetTraceFormat(std::unique_ptr<StreamFormat> traceFormat) in SetTraceFormat()
1327 std::optional<std::unique_ptr<StreamFormat>> traceFormat_ {};
Dpt_types.h2645 using StreamFormat = std::string; variable
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp521 auto traceFormat = std::make_unique<StreamFormat>(); in HWTEST_F_L0()