Home
last modified time | relevance | path

Searched refs:streamFormat (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp1000 std::string streamFormat; in Create() local
1001 ret = params.GetString("streamFormat", &streamFormat); in Create()
1003 if (StreamFormatValues::Valid(streamFormat)) { in Create()
1004 startParams->streamFormat_ = std::move(streamFormat); in Create()
Dpt_params.h1106 StartParams &SetStreamFormat(const StreamFormat &streamFormat) in SetStreamFormat() argument
1108 streamFormat_ = streamFormat; in SetStreamFormat()
/arkcompiler/toolchain/tooling/test/
Ddebugger_params_test.cpp460 …ions":"1", "bufferUsageReportingInterval":11, "transferMode":"ReportEvents", "streamFormat":"json", in HWTEST_F_L0()