Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoareamonitor/
H A Dtst_qgeoareamonitor.cpp505 … QSignalSpy enteredSpy2(secondObj, SIGNAL(areaEntered(QGeoAreaMonitorInfo,QGeoPositionInfo))); in tst_enteredExitedSignal() local
584 monInfo = enteredSpy2.first().at(0).value<QGeoAreaMonitorInfo>(); in tst_enteredExitedSignal()
585 posInfo = enteredSpy2.takeFirst().at(1).value<QGeoPositionInfo>(); in tst_enteredExitedSignal()
634 QSignalSpy enteredSpy2(obj2, SIGNAL(areaEntered(QGeoAreaMonitorInfo,QGeoPositionInfo))); in tst_swapOfPositionSource() local
663 QCOMPARE(enteredSpy.count(), enteredSpy2.count()); in tst_swapOfPositionSource()
668 enteredSpy2.first().at(0).value<QGeoAreaMonitorInfo>()); in tst_swapOfPositionSource()
670 QVERIFY(info == enteredSpy2.takeFirst().at(1).value<QGeoPositionInfo>()); in tst_swapOfPositionSource()
682 QCOMPARE(enteredSpy2.count(), 0); in tst_swapOfPositionSource()
691 QCOMPARE(enteredSpy.count(), enteredSpy2.count()); in tst_swapOfPositionSource()
696 enteredSpy2.first().at(0).value<QGeoAreaMonitorInfo>()); in tst_swapOfPositionSource()
[all …]