Home
last modified time | relevance | path

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

/trunk/main/codemaker/source/codemaker/
H A Dtypemanager.cxx328 if (!(*iter)->openRootKey(rootKey)) in searchTypeKey()
342 if (!(*iter)->openRootKey(rootKey)) in searchTypeKey()
376 if (!(*iter)->openRootKey(rootKey)) in getTypeKeys()
388 if (!(*iter)->openRootKey(rootKey)) in getTypeKeys()
/trunk/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx128 pTmpReg->openRootKey(rootKey); in init()
247 if (!m_pImpl->m_pMergedRegistry->openRootKey(rootKey)) in searchTypeKey()
257 if (!(*iter)->openRootKey(rootKey)) in searchTypeKey()
/trunk/main/registry/test/
H A Dtestregcpp.cxx48 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testCoreReflection error 2"); in test_coreReflection()
387 REG_ENSURE(!myRegistry->openRootKey(rootKey), "test_registry_CppApi error 2"); in test_registry_CppApi()
608 REG_ENSURE(!myRegistry->openRootKey(rootKey2), "test_registry_CppApi error 24"); in test_registry_CppApi()
629 REG_ENSURE(!myRegistry->openRootKey(rootKey), "test_registry_CppApi error 34"); in test_registry_CppApi()
682 REG_ENSURE(!myRegistry->openRootKey(rootKey), "test_registry_CppApi error 54"); in test_registry_CppApi()
H A Dtestmerge.cxx57 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testGenerateMerge1 error 2"); in test_generateMerge1()
123 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testGenerateMerge2 error 2"); in test_generateMerge2()
189 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testMerge error 2"); in test_merge()
/trunk/main/registry/source/
H A Dregistry.cxx142 static RegError REGISTRY_CALLTYPE openRootKey(RegHandle hReg, in openRootKey() function
419 &openRootKey, in initRegistry_Api()
541 return openRootKey(hRegistry, phRootKey); in reg_openRootKey()
/trunk/main/registry/inc/registry/
H A Dregistry.hxx44 RegError (REGISTRY_CALLTYPE *openRootKey) (RegHandle, RegKeyHandle*);
130 inline RegError openRootKey(RegistryKey& rRootKey);
1190 inline RegError Registry::openRootKey(RegistryKey& rRootKey) in openRootKey() function in Registry
1193 return m_pApi->openRootKey(m_hImpl, &rRootKey.m_hImpl); in openRootKey()
/trunk/main/registry/tools/
H A Dchecksingleton.cxx275 if ( indexReg.openRootKey(indexRoot) ) in main()
283 if ( typeReg.openRootKey(typeRoot) ) in main()
H A Dregmerge.cxx130 if (reg.openRootKey(rootKey) != REG_NO_ERROR) in main()
H A Drdbedit.cxx284 if ( typeReg.openRootKey(typeRoot) ) in main()
H A Dregcompare.cxx2001 if ( reg1.openRootKey(key1) ) in main()
2007 if ( reg2.openRootKey(key2) ) in main()
/trunk/main/rdbmaker/source/rdbmaker/
H A Drdbmaker.cxx400 regFile.openRootKey(tmpKey); in main()
405 regFile.openRootKey(rootKey); in main()
/trunk/main/idlc/source/
H A Didlcproduce.cxx160 if ( regFile.openRootKey(rootKey) != REG_NO_ERROR ) in produceFile()
/trunk/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx1232 RegError err = registry_.openRootKey(root); in getRootKey()
1268 RegError err = registry_.openRootKey(root); in mergeKey()
/trunk/main/stoc/test/
H A Dtestregistry.cxx146 TEST_ENSHURE(!myRegistry->openRootKey(rootKey), "setLinkInDefaultRegistry error 2"); in setLinkInDefaultRegistry()

Completed in 82 milliseconds