Searched refs:writeSessionInfo (Results 1 – 15 of 15) sorted by relevance
49 void TestContext::writeSessionInfo(void) in writeSessionInfo() function in tcu::TestContext52 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in writeSessionInfo()
54 void writeSessionInfo (void);
69 m_testCtx.writeSessionInfo(); in enterTestPackage()
108 void writeSessionInfo (std::string additionalInfo = "");
191 void TestLog::writeSessionInfo(std::string additionalInfo) in writeSessionInfo() function in tcu::TestLog
73 m_context->getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
82 m_context->getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
79 context.getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
51 m_log.writeSessionInfo(sessionInfo + cmdLineString + "\"\n"); in TestThread()
152 m_context->getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
154 m_context->getTestContext().getLog().writeSessionInfo(sessionInfo.get()); in init()
64 static void writeSessionInfo (const SessionInfo& info, std::ostream& stream) in writeSessionInfo() function113 writeSessionInfo(result.getSessionInfo(), stream); in writeTestLog()
246 testCtx.getLog().writeSessionInfo(sessionInfo.get()); in TestCaseExecutor()
683 testCtx.writeSessionInfo(); in main()
55 m_log.writeSessionInfo(sessionInfo + m_cmdLine.getInitialCmdLine() + "\"\n"); in RunSession()