Home
last modified time | relevance | path

Searched refs:sourceDataClosed (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/
H A Dqnmeasatelliteinfosource.cpp106 void sourceDataClosed();
365 void QNmeaSatelliteInfoSourcePrivate::sourceDataClosed() in sourceDataClosed() function in QNmeaSatelliteInfoSourcePrivate
433 connect(m_device, SIGNAL(aboutToClose()), SLOT(sourceDataClosed())); in openSourceDevice()
434 connect(m_device, SIGNAL(readChannelFinished()), SLOT(sourceDataClosed())); in openSourceDevice()
435 connect(m_device, SIGNAL(destroyed()), SLOT(sourceDataClosed())); in openSourceDevice()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqnmeapositioninfosource.cpp516 connect(m_device, SIGNAL(aboutToClose()), SLOT(sourceDataClosed())); in openSourceDevice()
517 connect(m_device, SIGNAL(readChannelFinished()), SLOT(sourceDataClosed())); in openSourceDevice()
518 connect(m_device, SIGNAL(destroyed()), SLOT(sourceDataClosed())); in openSourceDevice()
523 void QNmeaPositionInfoSourcePrivate::sourceDataClosed() in sourceDataClosed() function in QNmeaPositionInfoSourcePrivate
H A Dqnmeapositioninfosource_p.h108 void sourceDataClosed();