Home
last modified time | relevance | path

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

/trunk/main/bridges/test/
H A Dtestcomp.cxx704 Reference< XInterfaceTest > rRTest = rRFact->createInterfaceTest(); in testRemote() local
708 rRTest->setIn( rRCallMe ); in testRemote()
712 OSL_ASSERT( rRTest->get() == rRCallMe ); in testRemote()
716 rRTest->setIn( rLCallMe ); in testRemote()
724 rRTest->setIn( rLCallMe1 ); in testRemote()
727 OSL_ASSERT( rRTest->get() == rLCallMe1 ); in testRemote()
731 rRTest->setIn( rLCallMe ); in testRemote()
735 OSL_ASSERT( rRTest->get() == rLCallMe ); in testRemote()
741 rRTest->setInOut( r ); in testRemote()
746 rRTest->setIn( Reference < XCallMe > () ); in testRemote()

Completed in 12 milliseconds