Searched refs:m_pTestString1 (Results 1 – 1 of 1) sorted by relevance
150 const OString m_pTestString1("Apache Software Foundation"); variable450 int nRet = aPipe.send( m_pTestString1.getStr(), 3 ); in TEST()717 nChars = aSenderPipe.read( buf, m_pTestString1.getLength() + 1 ); in run()777 … nChars = aConnectionPipe.write( m_pTestString1.getStr(), m_pTestString1.getLength() + 1 ); in run()813 int nCompare1 = strcmp( myDataSinkThread.buf, m_pTestString1.getStr() ); in TEST()
Completed in 7 milliseconds