Searched refs:aSFInit (Results 1 – 2 of 2) sorted by relevance
615 Sequence< Any > aSFInit( 1 ); in createImplServiceFactory() local616 aSFInit[ 0 ] <<= xRegistry; in createImplServiceFactory()617 xInit->initialize( aSFInit ); in createImplServiceFactory()649 Sequence< Any > aSFInit( 2 ); in bootstrap_InitialComponentContext() local650 aSFInit[ 0 ] <<= xRegistry; in bootstrap_InitialComponentContext()651 aSFInit[ 1 ] <<= xContext; // default context in bootstrap_InitialComponentContext()652 xInit->initialize( aSFInit ); in bootstrap_InitialComponentContext()
454 Sequence< Any > aSFInit( 1 ); in defaultBootstrap_InitialComponentContext() local455 aSFInit[ 0 ] <<= services_xRegistry; in defaultBootstrap_InitialComponentContext()456 xInit->initialize( aSFInit ); in defaultBootstrap_InitialComponentContext()
Completed in 20 milliseconds