Lines Matching refs:m_pRegistry

198 	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()
266 if ( m_state != m_pRegistry->m_state ) in computeChanges()
268 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in computeChanges()
277 m_state = m_pRegistry->m_state; in computeChanges()
288 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in computeName()
300 if ( resLocalName.getLength() > 0 && m_pRegistry->m_defaultReg->isValid() ) in computeName()
302 Reference<XRegistryKey> localRoot(m_pRegistry->m_localReg->getRootKey()); in computeName()
303 Reference<XRegistryKey> defaultRoot(m_pRegistry->m_defaultReg->getRootKey()); in computeName()
331 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in getKeyName()
339 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in isReadOnly()
351 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in isValid()
360 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in getKeyType()
379 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in getValueType()
398 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in getLongValue()
418 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in setLongValue()
427 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setLongValue()
430 m_state = m_pRegistry->m_state++; in setLongValue()
441 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in getLongListValue()
461 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in setLongListValue()
470 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setLongListValue()
473 m_state = m_pRegistry->m_state++; in setLongListValue()
484 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in getAsciiValue()
504 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in setAsciiValue()
513 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setAsciiValue()
516 m_state = m_pRegistry->m_state++; in setAsciiValue()
527 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in getAsciiListValue()
547 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in setAsciiListValue()
556 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setAsciiListValue()
559 m_state = m_pRegistry->m_state++; in setAsciiListValue()
570 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in getStringValue()
590 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in setStringValue()
599 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setStringValue()
602 m_state = m_pRegistry->m_state++; in setStringValue()
613 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in getStringListValue()
633 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in setStringListValue()
642 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setStringListValue()
645 m_state = m_pRegistry->m_state++; in setStringListValue()
656 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in getBinaryValue()
676 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in setBinaryValue()
685 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setBinaryValue()
688 m_state = m_pRegistry->m_state++; in setBinaryValue()
699 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in openKey()
714 localKey = m_pRegistry->m_localReg->getRootKey()->openKey(resolvedName); in openKey()
718 defaultKey = m_pRegistry->m_defaultReg->getRootKey()->openKey(resolvedName); in openKey()
723 return ((XRegistryKey*)new NestedKeyImpl(m_pRegistry, localKey, defaultKey)); in openKey()
734 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in createKey()
750 localKey = m_pRegistry->m_localReg->getRootKey()->createKey(resolvedName); in createKey()
755 defaultKey = m_pRegistry->m_defaultReg->getRootKey()->openKey(resolvedName); in createKey()
758 m_state = m_pRegistry->m_state++; in createKey()
760 return ((XRegistryKey*)new NestedKeyImpl(m_pRegistry, localKey, defaultKey)); in createKey()
768 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in createKey()
771 localKey = m_pRegistry->m_localReg->getRootKey()->createKey(resolvedName); in createKey()
775 defaultKey = m_pRegistry->m_defaultReg->getRootKey()->openKey(resolvedName); in createKey()
777 m_state = m_pRegistry->m_state++; in createKey()
779 return ((XRegistryKey*)new NestedKeyImpl(m_pRegistry, localKey, defaultKey)); in createKey()
791 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in closeKey()
806 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in deleteKey()
817 m_pRegistry->m_localReg->getRootKey()->deleteKey(resolvedName); in deleteKey()
828 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in openKeys()
908 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in getKeyNames()
975 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in createLink()
1009 isCreated = m_pRegistry->m_localReg->getRootKey()->createLink(resolvedName, aLinkTarget); in createLink()
1014 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in createLink()
1017 isCreated = m_pRegistry->m_localReg->getRootKey()->createLink(resolvedName, aLinkTarget); in createLink()
1022 m_state = m_pRegistry->m_state++; in createLink()
1031 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in deleteLink()
1064 m_pRegistry->m_localReg->getRootKey()->deleteLink(resolvedName); in deleteLink()
1075 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in getLinkTarget()
1110 linkTarget = m_pRegistry->m_localReg->getRootKey()->getLinkTarget(resolvedName); in getLinkTarget()
1119 linkTarget = m_pRegistry->m_defaultReg->getRootKey()->getLinkTarget(resolvedName); in getLinkTarget()
1128 Guard< Mutex > aGuard( m_pRegistry->m_mutex ); in getResolvedName()