Home
last modified time | relevance | path

Searched refs:rRTest (Results 1 – 1 of 1) sorted by relevance

/trunk/main/bridges/test/
H A Dtestcomp.cxx688 Reference< XInterfaceTest > rRTest = rRFact->createInterfaceTest(); in testRemote() local
692 rRTest->setIn( rRCallMe ); in testRemote()
696 OSL_ASSERT( rRTest->get() == rRCallMe ); in testRemote()
700 rRTest->setIn( rLCallMe ); in testRemote()
708 rRTest->setIn( rLCallMe1 ); in testRemote()
711 OSL_ASSERT( rRTest->get() == rLCallMe1 ); in testRemote()
715 rRTest->setIn( rLCallMe ); in testRemote()
719 OSL_ASSERT( rRTest->get() == rLCallMe ); in testRemote()
725 rRTest->setInOut( r ); in testRemote()
730 rRTest->setIn( Reference < XCallMe > () ); in testRemote()