Searched refs:m_aPools (Results 1 – 2 of 2) sorted by relevance
312 OConnectionPools::const_iterator aIter = m_aPools.begin(); in clearConnectionPools()313 while(aIter != m_aPools.end()) in clearConnectionPools()319 m_aPools.erase(sKeyValue); in clearConnectionPools()328 OConnectionPools::const_iterator aFind = m_aPools.find(_sImplName); in getConnectionPool()329 if (aFind != m_aPools.end()) in getConnectionPool()526 OConnectionPools::iterator aIter = m_aPools.begin(); in propertyChange()527 for(;aIter != m_aPools.end();++aIter) in propertyChange()532 m_aPools.clear(); in propertyChange()533 m_aPools = OConnectionPools(); in propertyChange()558 if(aFind != m_aPools.end() && aFind->second) in propertyChange()[all …]
72 OConnectionPools m_aPools; // the driver pools member in connectivity::OPoolCollection
Completed in 19 milliseconds