Home
last modified time | relevance | path

Searched refs:m_pRegistry (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/stoc/source/defaultregistry/
H A Ddefaultregistry.cxx198 NestedRegistryImpl* m_pRegistry; member in stoc_defreg::NestedKeyImpl
208 : m_pRegistry(pDefaultRegistry) in NestedKeyImpl()
210 m_pRegistry->acquire(); in NestedKeyImpl()
224 m_state = m_pRegistry->m_state; in NestedKeyImpl()
230 : m_pRegistry(pKey->m_pRegistry) in NestedKeyImpl()
232 m_pRegistry->acquire(); in NestedKeyImpl()
252 m_state = m_pRegistry->m_state; in NestedKeyImpl()
258 if ( m_pRegistry ) in ~NestedKeyImpl()
259 m_pRegistry->release(); in ~NestedKeyImpl()
265 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in computeChanges()
[all …]
/AOO41X/main/registry/source/
H A Dkeyimpl.cxx48 , m_pRegistry(pReg) in ORegKey()
65 return m_pRegistry->acquireKey(hKey); in acquireKey()
73 return m_pRegistry->releaseKey(hKey); in releaseKey()
81 return m_pRegistry->createKey(this, keyName, phNewKey); in createKey()
90 return m_pRegistry->openKey(this, keyName, phOpenKey); in openKey()
196 sFullKeyName += m_pRegistry->ROOT; in getKeyNames()
221 return (m_pRegistry->closeKey(hKey)); in closeKey()
230 return (m_pRegistry->deleteKey(this, keyName)); in deleteKey()
243 if (m_pRegistry->isReadOnly()) in getValueInfo()
251 REG_GUARD(m_pRegistry->m_mutex); in getValueInfo()
[all …]
H A Dkeyimpl.hxx117 { return m_pRegistry->isReadOnly(); } in isReadOnly()
122 { return m_pRegistry; } in getRegistry()
125 { return m_pRegistry->getStoreFile(); } in getStoreFile()
142 ORegistry* m_pRegistry; member in ORegKey