Lines Matching refs:m_aPools
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()
338 aFind = m_aPools.insert(OConnectionPools::value_type(_sImplName,pConnectionPool)).first; 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()
557 OConnectionPools::iterator aFind = m_aPools.find(sThisDriverName); in propertyChange()
558 if(aFind != m_aPools.end() && aFind->second) in propertyChange()
562 m_aPools.erase(aFind); in propertyChange()