Searched refs:pListenerImpl (Results 1 – 1 of 1) sorted by relevance
134 OEventListenerImpl* pListenerImpl = static_cast< OEventListenerImpl* >( *dispose ); in stopComponentListening() local135 if ( pListenerImpl->getComponent().get() == _rxComp.get() ) in stopComponentListening()137 pListenerImpl->dispose(); in stopComponentListening()138 pListenerImpl->release(); in stopComponentListening()155 OEventListenerImpl* pListenerImpl = static_cast< OEventListenerImpl* >(*aDisposeLoop); in stopAllComponentListening() local156 pListenerImpl->dispose(); in stopAllComponentListening()157 pListenerImpl->release(); in stopAllComponentListening()171 OEventListenerImpl* pListenerImpl = new OEventListenerImpl(this, _rxComp); in startComponentListening() local172 pListenerImpl->acquire(); in startComponentListening()173 m_pImpl->aListeners.push_back(pListenerImpl); in startComponentListening()
Completed in 12 milliseconds