Lines Matching refs:xSourceKey
1848 Reference < XRegistryKey > xSourceKey; in doRegister() local
1857 xSourceKey = xReg->getRootKey()->createKey( spool().slash_IMPLEMENTATIONS ); in doRegister()
1861 xAct->writeRegistryInfo(xSourceKey, implementationLoaderUrl, locationUrl); in doRegister()
1864 … prepareRegistry(xDest, xSourceKey, implementationLoaderUrl, registeredLocationUrl, xCtx); in doRegister()
1866 xSourceKey->closeKey(); in doRegister()
1868 xSourceKey = xReg->getRootKey(); in doRegister()
1870 mergeKeys( xDestKey, xSourceKey ); in doRegister()
1872 xSourceKey->closeKey(); in doRegister()
1882 if ( xSourceKey->isValid() ) in doRegister()
1883 xSourceKey->closeKey(); in doRegister()
1887 if ( xSourceKey->isValid() ) in doRegister()
1888 xSourceKey->closeKey(); in doRegister()