Searched refs:aConnectionPoolRoot (Results 1 – 1 of 1) sorted by relevance
95 OConfigurationTreeRoot aConnectionPoolRoot = OConfigurationTreeRoot::createWithServiceFactory( in GetOptions() local99 Any aEnabled = aConnectionPoolRoot.getNodeValue(getEnablePoolingNodeName()); in GetOptions()117 OConfigurationNode aDriverSettings = aConnectionPoolRoot.openNode(getDriverSettingsNodeName()); in GetOptions()160 OConfigurationTreeRoot aConnectionPoolRoot = OConfigurationTreeRoot::createWithServiceFactory( in SetOptions() local163 if (!aConnectionPoolRoot.isValid()) in SetOptions()174 …aConnectionPoolRoot.setNodeValue(getEnablePoolingNodeName(), Any(&bEnabled, ::getBooleanCppuType()… in SetOptions()182 OConfigurationNode aDriverSettings = aConnectionPoolRoot.openNode(getDriverSettingsNodeName()); in SetOptions()212 aConnectionPoolRoot.commit(); in SetOptions()
Completed in 14 milliseconds