Lines Matching refs:m_aPools
310 OConnectionPools::const_iterator aIter = m_aPools.begin(); in clearConnectionPools()
311 while(aIter != m_aPools.end()) in clearConnectionPools()
317 m_aPools.erase(sKeyValue); in clearConnectionPools()
326 OConnectionPools::const_iterator aFind = m_aPools.find(_sImplName); in getConnectionPool()
327 if (aFind != m_aPools.end()) in getConnectionPool()
336 aFind = m_aPools.insert(OConnectionPools::value_type(_sImplName,pConnectionPool)).first; in getConnectionPool()
524 OConnectionPools::iterator aIter = m_aPools.begin(); in propertyChange()
525 for(;aIter != m_aPools.end();++aIter) in propertyChange()
530 m_aPools.clear(); in propertyChange()
531 m_aPools = OConnectionPools(); in propertyChange()
555 OConnectionPools::iterator aFind = m_aPools.find(sThisDriverName); in propertyChange()
556 if(aFind != m_aPools.end() && aFind->second) in propertyChange()
560 m_aPools.erase(aFind); in propertyChange()