Searched refs:xInvoke (Results 1 – 1 of 1) sorted by relevance
309 void checkInvokation( const XInvokationRef &xInvoke ) in checkInvokation() argument314 OSL_ASSERT( xInvoke->hasProperty( L"list" ) ); in checkInvokation()315 anyList = xInvoke->getValue( L"list" ); in checkInvokation()422 XInvokationRef xInvoke( x, USR_QUERY ); in main() local440 OSL_ASSERT( xInvoke->hasProperty( L"nIntTest" ) ); in main()441 UsrAny any = xInvoke->getValue( L"nIntTest" ); in main()447 xInvoke->setValue( L"nIntTest" , UsrAny( (INT32) 10 ) ); in main()448 any = xInvoke->getValue( L"nIntTest" ); in main()458 OSL_ASSERT( xInvoke->hasMethod( L"foo" ) ); in main()459 UsrAny any = xInvoke->invoke( L"foo" , in main()[all …]