Searched refs:TextTraceLoggingPlatform (Results 1 – 6 of 6) sorted by relevance
15 bool TextTraceLoggingPlatform::IsTraceLoggingEnabled( in IsTraceLoggingEnabled()22 TextTraceLoggingPlatform::TextTraceLoggingPlatform() { in TextTraceLoggingPlatform() function in openscreen::TextTraceLoggingPlatform26 TextTraceLoggingPlatform::~TextTraceLoggingPlatform() { in ~TextTraceLoggingPlatform()30 void TextTraceLoggingPlatform::LogTrace(const char* name, in LogTrace()47 void TextTraceLoggingPlatform::LogAsyncStart(const char* name, in LogAsyncStart()60 void TextTraceLoggingPlatform::LogAsyncEnd(const uint32_t line, in LogAsyncEnd()
12 class TextTraceLoggingPlatform : public TraceLoggingPlatform {14 TextTraceLoggingPlatform();15 ~TextTraceLoggingPlatform() override;
42 std::unique_ptr<openscreen::TextTraceLoggingPlatform> trace_logger;66 std::make_unique<openscreen::TextTraceLoggingPlatform>(); in InitFromArgs()
166 std::unique_ptr<TextTraceLoggingPlatform> trace_logger; in RunStandaloneReceiver()187 trace_logger = std::make_unique<TextTraceLoggingPlatform>(); in RunStandaloneReceiver()
140 std::unique_ptr<TextTraceLoggingPlatform> trace_logger; in StandaloneSenderMain()169 trace_logger = std::make_unique<TextTraceLoggingPlatform>(); in StandaloneSenderMain()
638 std::unique_ptr<openscreen::TextTraceLoggingPlatform> trace_logging_platform; in main()641 std::make_unique<openscreen::TextTraceLoggingPlatform>(); in main()