Searched refs:rRTest (Results 1 – 1 of 1) sorted by relevance
704 Reference< XInterfaceTest > rRTest = rRFact->createInterfaceTest(); in testRemote() local708 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 40 milliseconds