Searched refs:LogcatPrinter (Results 1 – 2 of 2) sorted by relevance
34 class LogcatPrinter : public testing::EmptyTestEventListener { class36 LogcatPrinter();37 ~LogcatPrinter() override;46 LogcatPrinter::LogcatPrinter() = default;47 LogcatPrinter::~LogcatPrinter() = default;49 void LogcatPrinter::OnTestCaseStart(const testing::TestCase& test_case) { in OnTestCaseStart()53 void LogcatPrinter::OnTestStart(const testing::TestInfo& test_info) { in OnTestStart()58 void LogcatPrinter::OnTestEnd(const testing::TestInfo& test_info) { in OnTestEnd()73 void LogcatPrinter::OnTestCaseEnd(const testing::TestCase& test_case) { in OnTestCaseEnd()82 static LogcatPrinter* instance = new LogcatPrinter(); in SetupGtestLogcatPrinter()
2057 class LogcatPrinter : public ::testing::EmptyTestEventListener { class2164 listeners.Append(new LogcatPrinter); in android_main()