Lines Matching refs:service_

165         service_(service), value_(value) {}  in RegistryKey()
320 Service & service_; member in configmgr::configuration_registry::__anon87761c130111::RegistryKey
507 osl::MutexGuard g(service_.mutex_); in getKeyName()
508 service_.checkValid_RuntimeException(); in getKeyName()
524 osl::MutexGuard g(service_.mutex_); in isReadOnly()
525 service_.checkValid_RuntimeException(); in isReadOnly()
526 return service_.readOnly_; //TODO: read-only sub-nodes in update access? in isReadOnly()
530 return service_.isValid(); in isValid()
536 osl::MutexGuard g(service_.mutex_); in getKeyType()
537 service_.checkValid(); in getKeyType()
544 osl::MutexGuard g(service_.mutex_); in getValueType()
545 service_.checkValid(); in getValueType()
574 osl::MutexGuard g(service_.mutex_); in getLongValue()
575 service_.checkValid(); in getLongValue()
603 osl::MutexGuard g(service_.mutex_); in getLongListValue()
604 service_.checkValid(); in getLongListValue()
632 osl::MutexGuard g(service_.mutex_); in getAsciiValue()
633 service_.checkValid(); in getAsciiValue()
661 osl::MutexGuard g(service_.mutex_); in getAsciiListValue()
662 service_.checkValid(); in getAsciiListValue()
690 osl::MutexGuard g(service_.mutex_); in getStringValue()
691 service_.checkValid(); in getStringValue()
719 osl::MutexGuard g(service_.mutex_); in getStringListValue()
720 service_.checkValid(); in getStringListValue()
749 osl::MutexGuard g(service_.mutex_); in getBinaryValue()
750 service_.checkValid(); in getBinaryValue()
777 osl::MutexGuard g(service_.mutex_); in openKey()
778 service_.checkValid_RuntimeException(); in openKey()
783 service_, access->getByHierarchicalName(aKeyName)); in openKey()
806 osl::MutexGuard g(service_.mutex_); in closeKey()
807 service_.checkValid_RuntimeException(); in closeKey()
847 osl::MutexGuard g(service_.mutex_); in createLink()
848 service_.checkValid_RuntimeException(); in createLink()
855 osl::MutexGuard g(service_.mutex_); in deleteLink()
856 service_.checkValid_RuntimeException(); in deleteLink()
862 osl::MutexGuard g(service_.mutex_); in getLinkTarget()
863 service_.checkValid_RuntimeException(); in getLinkTarget()
870 osl::MutexGuard g(service_.mutex_); in getResolvedName()
871 service_.checkValid_RuntimeException(); in getResolvedName()