Lines Matching refs:that
318 PackageManagerImpl * that = new PackageManagerImpl( in create() local
320 Reference<deployment::XPackageManager> xPackageManager( that ); in create()
324 that->m_activePackages = OUSTR( in create()
326 that->m_registrationData = OUSTR( in create()
328 that->m_registryCache = OUSTR( in create()
347 that->m_activePackages = OUSTR( in create()
349 that->m_registrationData = OUSTR( in create()
351 that->m_registryCache = OUSTR( in create()
359 that->m_activePackages = OUSTR( in create()
361 that->m_registrationData = OUSTR( in create()
363 that->m_registryCache = OUSTR( in create()
379 that->m_activePackages = OUSTR( in create()
381 that->m_registrationData = OUSTR( in create()
383 that->m_registryCache = OUSTR( in create()
389 that->m_activePackages = OUSTR( in create()
391 that->m_registrationData = OUSTR( in create()
393 that->m_registryCache = OUSTR( in create()
399 that->m_activePackages = OUSTR( in create()
401 that->m_registrationData = OUSTR( in create()
403 that->m_registryCache = OUSTR( in create()
437 that->m_readOnly = false; in create()
449 that->m_readOnly = true; in create()
453 if (!that->m_readOnly && logFile.getLength() > 0) in create()
456 that->m_xLogFile.set( in create()
457 that->m_xComponentContext->getServiceManager() in create()
461 that->m_xComponentContext ), in create()
463 xCmdEnv.set( new CmdEnvWrapperImpl( xCmdEnv, that->m_xLogFile ) ); in create()
466 that->initRegistryBackends(); in create()
467 that->initActivationLayer( xCmdEnv ); in create()