Home
last modified time | relevance | path

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

/AOO41X/main/bridges/test/
H A Dtestcomp.cxx605 void testSequenceOfCalls( const Reference< XCallMe > & rRCallMe ) in testSequenceOfCalls() argument
610 rRCallMe->callOneway( OUString( RTL_CONSTASCII_USTRINGPARAM("hifuj" )), 0 ); in testSequenceOfCalls()
614 void testAllTypes( const Reference < XCallMe > & rRCallMe ) in testAllTypes() argument
634 types.Interface = Reference< XInterface >( rRCallMe , UNO_QUERY); in testAllTypes()
637 TestTypes retTypes = rRCallMe->transport( types ); in testAllTypes()
670 Reference< XCallMe > rRCallMe = rRFact->createCallMe(); in testRemote() local
673 testAllTypes( rRCallMe ); in testRemote()
678 testException( rRCallMe ); in testRemote()
687 rRCallMe->setsAttribute( ow ); in testRemote()
688 OSL_ASSERT( rRCallMe->getsAttribute() == ow ); in testRemote()
[all …]