Home
last modified time | relevance | path

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

/trunk/main/configmgr/source/
H A Dconfigurationregistry.cxx146 service_(service), value_(value) {} in RegistryKey()
219 Service & service_; member in configmgr::configuration_registry::__anon216b6ff30111::RegistryKey
397 osl::MutexGuard g(service_.mutex_); in getKeyName()
398 service_.checkValid_RuntimeException(); in getKeyName()
413 osl::MutexGuard g(service_.mutex_); in isReadOnly()
414 service_.checkValid_RuntimeException(); in isReadOnly()
415 return service_.readOnly_; //TODO: read-only sub-nodes in update access? in isReadOnly()
419 return service_.isValid(); in isValid()
424 osl::MutexGuard g(service_.mutex_); in getKeyType()
425 service_.checkValid(); in getKeyType()
[all …]