Searched refs:StreamFormat (Results 1 – 4 of 4) sorted by relevance
1101 StreamFormat GetStreamFormat() const in GetStreamFormat()1106 StartParams &SetStreamFormat(const StreamFormat &streamFormat) in SetStreamFormat()1192 std::optional<StreamFormat> streamFormat_ {};
1251 StreamFormat *GetTraceFormat() const in GetTraceFormat()1259 TracingComplete &SetTraceFormat(std::unique_ptr<StreamFormat> traceFormat) in SetTraceFormat()1297 std::optional<std::unique_ptr<StreamFormat>> traceFormat_ {};
2611 using StreamFormat = std::string; variable
501 auto traceFormat = std::make_unique<StreamFormat>(); in HWTEST_F_L0()