Home
last modified time | relevance | path

Searched refs:SIGNAL (Results 1 – 25 of 227) sorted by relevance

12345678910

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfosource/
H A Dtestqgeosatelliteinfosource.cpp246 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testIntervals()
248 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testIntervals()
249 QSignalSpy timeout(m_source, SIGNAL(requestTimeout())); in startUpdates_testIntervals()
250 QSignalSpy errorSpy(m_source, SIGNAL(error(QGeoSatelliteInfoSource::Error))); in startUpdates_testIntervals()
281 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testIntervalChangesWhileRunning()
283 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testIntervalChangesWhileRunning()
284 QSignalSpy timeout(m_source, SIGNAL(requestTimeout())); in startUpdates_testIntervalChangesWhileRunning()
285 QSignalSpy errorSpy(m_source, SIGNAL(error(QGeoSatelliteInfoSource::Error))); in startUpdates_testIntervalChangesWhileRunning()
341 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testDefaultInterval()
343 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testDefaultInterval()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacemanager.cpp146 connect(d, SIGNAL(finished(QPlaceReply*)), this, SIGNAL(finished(QPlaceReply*))); in QPlaceManager()
147 connect(d, SIGNAL(error(QPlaceReply*,QPlaceReply::Error)), in QPlaceManager()
148 this, SIGNAL(error(QPlaceReply*,QPlaceReply::Error))); in QPlaceManager()
150 connect(d, SIGNAL(placeAdded(QString)), in QPlaceManager()
151 this, SIGNAL(placeAdded(QString)), Qt::QueuedConnection); in QPlaceManager()
152 connect(d, SIGNAL(placeUpdated(QString)), in QPlaceManager()
153 this, SIGNAL(placeUpdated(QString)), Qt::QueuedConnection); in QPlaceManager()
154 connect(d, SIGNAL(placeRemoved(QString)), in QPlaceManager()
155 this, SIGNAL(placeRemoved(QString)), Qt::QueuedConnection); in QPlaceManager()
157 connect(d, SIGNAL(categoryAdded(QPlaceCategory,QString)), in QPlaceManager()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dtabwidget.cpp61 connect(this, SIGNAL(customContextMenuRequested(QPoint)), in TabBar()
71 connect(shortCut, SIGNAL(activated()), this, SLOT(selectTabAction())); in TabBar()
74 connect(this, SIGNAL(tabCloseRequested(int)), in TabBar()
75 this, SIGNAL(closeTab(int))); in TabBar()
93 menu.addAction(tr("New &Tab"), this, SIGNAL(newTab()), QKeySequence::AddTab); in contextMenuRequested()
118 menu.addAction(tr("Reload All Tabs"), this, SIGNAL(reloadAllTabs())); in contextMenuRequested()
212 connect(m_tabBar, SIGNAL(newTab()), this, SLOT(newTab())); in TabWidget()
213 connect(m_tabBar, SIGNAL(closeTab(int)), this, SLOT(closeTab(int))); in TabWidget()
214 connect(m_tabBar, SIGNAL(cloneTab(int)), this, SLOT(cloneTab(int))); in TabWidget()
215 connect(m_tabBar, SIGNAL(closeOtherTabs(int)), this, SLOT(closeOtherTabs(int))); in TabWidget()
[all …]
H A Dbrowsermainwindow.cpp85 connect(m_bookmarksToolbar, SIGNAL(openUrl(QUrl)), in BrowserMainWindow()
87 connect(m_bookmarksToolbar->toggleViewAction(), SIGNAL(toggled(bool)), in BrowserMainWindow()
104 connect(m_tabWidget, SIGNAL(loadPage(QString)), in BrowserMainWindow()
106 connect(m_tabWidget, SIGNAL(setCurrentTitle(QString)), in BrowserMainWindow()
108 connect(m_tabWidget, SIGNAL(showStatusBarMessage(QString)), in BrowserMainWindow()
110 connect(m_tabWidget, SIGNAL(linkHovered(QString)), in BrowserMainWindow()
112 connect(m_tabWidget, SIGNAL(loadProgress(int)), in BrowserMainWindow()
114 connect(m_tabWidget, SIGNAL(tabsChanged()), in BrowserMainWindow()
116 connect(m_tabWidget, SIGNAL(geometryChangeRequested(QRect)), in BrowserMainWindow()
118 connect(m_tabWidget, SIGNAL(printRequested(QWebFrame*)), in BrowserMainWindow()
[all …]
H A Dhistory.cpp70 connect(&m_expiredTimer, SIGNAL(timeout()), in HistoryManager()
72 connect(this, SIGNAL(entryAdded(HistoryItem)), in HistoryManager()
74 connect(this, SIGNAL(entryRemoved(HistoryItem)), in HistoryManager()
362 connect(m_history, SIGNAL(historyReset()), in HistoryModel()
364 connect(m_history, SIGNAL(entryRemoved(HistoryItem)), in HistoryModel()
367 connect(m_history, SIGNAL(entryAdded(HistoryItem)), in HistoryModel()
369 connect(m_history, SIGNAL(entryUpdated(int)), in HistoryModel()
462 disconnect(m_history, SIGNAL(historyReset()), this, SLOT(historyReset())); in removeRows()
464 connect(m_history, SIGNAL(historyReset()), this, SLOT(historyReset())); in removeRows()
591 connect(this, SIGNAL(activated(QModelIndex)), in HistoryMenu()
[all …]
H A Durllineedit.cpp82 connect(m_clearButton, SIGNAL(clicked()), in ExLineEdit()
84 connect(m_lineEdit, SIGNAL(textChanged(QString)), in ExLineEdit()
161 connect(m_lineEdit->completer(), SIGNAL(activated(QString)), in focusOutEvent()
163 connect(m_lineEdit->completer(), SIGNAL(highlighted(QString)), in focusOutEvent()
267 connect(webView, SIGNAL(urlChanged(QUrl)), in setWebView()
269 connect(webView, SIGNAL(loadFinished(bool)), in setWebView()
271 connect(webView, SIGNAL(iconChanged()), in setWebView()
273 connect(webView, SIGNAL(loadProgress(int)), in setWebView()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopositioninfosource/
H A Dtestqgeopositioninfosource.cpp328 QSignalSpy spy(m_source, SIGNAL(positionUpdated(QGeoPositionInfo))); in lastKnownPosition()
329 QSignalSpy timeout(m_source, SIGNAL(updateTimeout())); in lastKnownPosition()
342 connect(m_source, SIGNAL(positionUpdated(QGeoPositionInfo)), in lastKnownPosition()
344 connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit())); in lastKnownPosition()
425 QSignalSpy spy(m_source, SIGNAL(positionUpdated(QGeoPositionInfo))); in startUpdates_testIntervals()
426 QSignalSpy timeout(m_source, SIGNAL(updateTimeout())); in startUpdates_testIntervals()
453 QSignalSpy spy(m_source, SIGNAL(positionUpdated(QGeoPositionInfo))); in startUpdates_testIntervalChangesWhileRunning()
454 QSignalSpy timeout(m_source, SIGNAL(updateTimeout())); in startUpdates_testIntervalChangesWhileRunning()
501 QSignalSpy spy(m_source, SIGNAL(positionUpdated(QGeoPositionInfo))); in startUpdates_testDefaultInterval()
502 QSignalSpy timeout(m_source, SIGNAL(updateTimeout())); in startUpdates_testDefaultInterval()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dfront_camera_setting.cpp18 connect(ui->returnButton,SIGNAL(clicked()),this,SLOT(on_returnButton_clicked())); in Front_camera_setting()
19 …connect(ui->upperButton,SIGNAL(clicked()),this,SLOT(on_upperButton_clicked()),Qt::UniqueConnection… in Front_camera_setting()
20 … connect(ui->downButton,SIGNAL(clicked()),this,SLOT(on_downButton_clicked()),Qt::UniqueConnection); in Front_camera_setting()
21 … connect(ui->sureButton,SIGNAL(clicked()),this,SLOT(on_sureButton_clicked()),Qt::UniqueConnection); in Front_camera_setting()
44 … connect(ui->downButton,SIGNAL(clicked()),this,SLOT(on_downButton_clicked()),Qt::UniqueConnection); in on_upperButton_clicked()
58 disconnect(ui->upperButton,SIGNAL(clicked()),this,SLOT(on_upperButton_clicked())); in on_upperButton_clicked()
67 …connect(ui->upperButton,SIGNAL(clicked()),this,SLOT(on_upperButton_clicked()),Qt::UniqueConnection… in on_downButton_clicked()
79 disconnect(ui->downButton,SIGNAL(clicked()),this,SLOT(on_downButton_clicked())); in on_downButton_clicked()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp255 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in getPlaceDetails()
256 connect(reply, SIGNAL(error(QPlaceReply::Error,QString)), in getPlaceDetails()
323 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in getPlaceContent()
324 connect(reply, SIGNAL(error(QPlaceReply::Error,QString)), in getPlaceContent()
367 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in search()
368 connect(reply, SIGNAL(error(QPlaceReply::Error,QString)), in search()
383 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in search()
384 connect(reply, SIGNAL(error(QPlaceReply::Error,QString)), in search()
429 connect(reply, SIGNAL(finished()), this, SLOT(replyFinished())); in search()
430 connect(reply, SIGNAL(error(QPlaceReply::Error,QString)), in search()
[all …]
H A Dqgeocodereply_nokia.cpp64 connect(reply, SIGNAL(finished()), this, SLOT(networkFinished())); in Q_DECLARE_METATYPE()
65 connect(reply, SIGNAL(errorOccurred(QNetworkReply::NetworkError)), in Q_DECLARE_METATYPE()
92 connect(parser, SIGNAL(results(QList<QGeoLocation>)), in networkFinished()
94 connect(parser, SIGNAL(error(QString)), this, SLOT(parseError(QString))); in networkFinished()
H A Dqgeoroutereply_nokia.cpp62 connect(reply, SIGNAL(finished()), this, SLOT(networkFinished())); in Q_DECLARE_METATYPE()
63 connect(reply, SIGNAL(errorOccurred(QNetworkReply::NetworkError)), in Q_DECLARE_METATYPE()
89 connect(parser, SIGNAL(results(QList<QGeoRoute>)), in networkFinished()
91 connect(parser, SIGNAL(error(QString)), this, SLOT(parserError(QString))); in networkFinished()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dqconf.cc279 connect(this, SIGNAL(editingFinished()), SLOT(hide())); in ConfigLineEdit()
332 connect(this, SIGNAL(itemSelectionChanged(void)), in ConfigList()
342 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigList()
888 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
890 connect(parent(), SIGNAL(showNameChanged(bool)), in contextMenuEvent()
896 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
898 connect(parent(), SIGNAL(showRangeChanged(bool)), in contextMenuEvent()
904 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
906 connect(parent(), SIGNAL(showDataChanged(bool)), in contextMenuEvent()
1027 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigInfoView()
[all …]
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dqconf.cc279 connect(this, SIGNAL(editingFinished()), SLOT(hide())); in ConfigLineEdit()
332 connect(this, SIGNAL(itemSelectionChanged(void)), in ConfigList()
342 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigList()
888 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
890 connect(parent(), SIGNAL(showNameChanged(bool)), in contextMenuEvent()
896 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
898 connect(parent(), SIGNAL(showRangeChanged(bool)), in contextMenuEvent()
904 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
906 connect(parent(), SIGNAL(showDataChanged(bool)), in contextMenuEvent()
1027 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigInfoView()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/
H A Dproftpd-basic.init90 SIGNAL="TERM"
94 SIGNAL="HUP"
102 start-stop-daemon --stop --signal $SIGNAL --quiet --pidfile "$PIDFILE"
107 SIGNAL="KILL"
108 start-stop-daemon --stop --signal $SIGNAL --quiet --pidfile "$PIDFILE"
117 if [ "$SIGNAL" = "KILL" ]; then
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/btscanner/
H A Ddevice.cpp67 connect(ui->inquiryType, SIGNAL(toggled(bool)), this, SLOT(setGeneralUnlimited(bool))); in DeviceDiscoveryDialog()
68 connect(ui->scan, SIGNAL(clicked()), this, SLOT(startScan())); in DeviceDiscoveryDialog()
70 connect(discoveryAgent, SIGNAL(deviceDiscovered(QBluetoothDeviceInfo)), in DeviceDiscoveryDialog()
72 connect(discoveryAgent, SIGNAL(finished()), this, SLOT(scanFinished())); in DeviceDiscoveryDialog()
74 connect(ui->list, SIGNAL(itemActivated(QListWidgetItem*)), in DeviceDiscoveryDialog()
77 connect(localDevice, SIGNAL(hostModeStateChanged(QBluetoothLocalDevice::HostMode)), in DeviceDiscoveryDialog()
83 …connect(ui->list, SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(displayPairingMenu(QPoint… in DeviceDiscoveryDialog()
84 connect(localDevice, SIGNAL(pairingFinished(QBluetoothAddress,QBluetoothLocalDevice::Pairing)) in DeviceDiscoveryDialog()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dqconf.cc313 connect(this, SIGNAL(itemSelectionChanged(void)), in ConfigList()
321 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigList()
891 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
893 connect(this, SIGNAL(showNameChanged(bool)), in contextMenuEvent()
939 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigInfoView()
946 connect(action, SIGNAL(toggled(bool)), SLOT(setShowDebug(bool))); in ConfigInfoView()
947 connect(this, SIGNAL(showDebugChanged(bool)), action, SLOT(setChecked(bool))); in ConfigInfoView()
1234 connect(editField, SIGNAL(returnPressed()), SLOT(search())); in ConfigSearchWindow()
1238 connect(searchButton, SIGNAL(clicked()), SLOT(search())); in ConfigSearchWindow()
1247 connect(list, SIGNAL(menuChanged(struct menu *)), in ConfigSearchWindow()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp283 connect(plugin_, SIGNAL(attached()), in setPlugin()
320 connect(geocodingManager, SIGNAL(finished(QGeoCodeReply*)), in pluginReady()
322 connect(geocodingManager, SIGNAL(error(QGeoCodeReply*,QGeoCodeReply::Error,QString)), in pluginReady()
682 connect(address_, SIGNAL(countryChanged()), this, SLOT(queryContentChanged())); in setQuery()
683 connect(address_, SIGNAL(countryCodeChanged()), this, SLOT(queryContentChanged())); in setQuery()
684 connect(address_, SIGNAL(stateChanged()), this, SLOT(queryContentChanged())); in setQuery()
685 connect(address_, SIGNAL(countyChanged()), this, SLOT(queryContentChanged())); in setQuery()
686 connect(address_, SIGNAL(cityChanged()), this, SLOT(queryContentChanged())); in setQuery()
687 connect(address_, SIGNAL(districtChanged()), this, SLOT(queryContentChanged())); in setQuery()
688 connect(address_, SIGNAL(streetChanged()), this, SLOT(queryContentChanged())); in setQuery()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomappingmanager.cpp80 SIGNAL(initialized()), in QGeoMappingManager()
82 SIGNAL(initialized()), in QGeoMappingManager()
86 SIGNAL(supportedMapTypesChanged()), in QGeoMappingManager()
88 SIGNAL(supportedMapTypesChanged()), in QGeoMappingManager()
H A Dqgeocodingmanager.cpp89 SIGNAL(finished(QGeoCodeReply*)), in QGeoCodingManager()
91 SIGNAL(finished(QGeoCodeReply*))); in QGeoCodingManager()
94 SIGNAL(error(QGeoCodeReply*,QGeoCodeReply::Error,QString)), in QGeoCodingManager()
96 SIGNAL(error(QGeoCodeReply*,QGeoCodeReply::Error,QString))); in QGeoCodingManager()
H A Dqgeoroutingmanager.cpp167 SIGNAL(finished(QGeoRouteReply*)), in QGeoRoutingManager()
169 SIGNAL(finished(QGeoRouteReply*))); in QGeoRoutingManager()
172 SIGNAL(error(QGeoRouteReply*,QGeoRouteReply::Error,QString)), in QGeoRoutingManager()
174 SIGNAL(error(QGeoRouteReply*,QGeoRouteReply::Error,QString))); in QGeoRoutingManager()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h87 connect(searchReply, SIGNAL(finished()), this, SLOT(processSearchReply())); in simpleSearch()
104 connect(searchReply, SIGNAL(finished()), this, SLOT(handleSearchReply())); in search()
123 connect(detailsReply, SIGNAL(finished()), this, SLOT(handleDetailsReply())); in details()
138 connect(contentReply, SIGNAL(finished()), this, SLOT(handleImagesReply())); in images()
150 connect(suggestionReply, SIGNAL(finished()), this, SLOT(handleSuggestionReply())); in suggestion()
172 connect(savePlaceReply, SIGNAL(finished()), this, SLOT(handleSavePlaceReply())); in savePlace()
181 connect(removePlaceReply, SIGNAL(finished()), this, SLOT(handleRemovePlaceReply())); in removePlace()
189 connect(initCatReply, SIGNAL(finished()), this, SLOT(handleInitCatReply())); in initializeCategories()
201 connect(saveCategoryReply, SIGNAL(finished()), this, SLOT(handleSaveCategoryReply())); in saveCategory()
213 connect(removeCategoryReply, SIGNAL(finished()), this, SLOT(handleRemoveCategoryReply())); in removeCategory()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesupportedcategoriesmodel.cpp275 disconnect(placeManager, SIGNAL(categoryAdded(QPlaceCategory,QString)), in setPlugin()
277 disconnect(placeManager, SIGNAL(categoryUpdated(QPlaceCategory,QString)), in setPlugin()
279 disconnect(placeManager, SIGNAL(categoryRemoved(QString,QString)), in setPlugin()
281 disconnect(placeManager, SIGNAL(dataChanged()), in setPlugin()
282 this, SIGNAL(dataChanged())); in setPlugin()
503 connect(placeManager, SIGNAL(categoryAdded(QPlaceCategory,QString)), in connectNotificationSignals()
505 connect(placeManager, SIGNAL(categoryUpdated(QPlaceCategory,QString)), in connectNotificationSignals()
507 connect(placeManager, SIGNAL(categoryRemoved(QString,QString)), in connectNotificationSignals()
509 connect(placeManager, SIGNAL(dataChanged()), in connectNotificationSignals()
510 this, SIGNAL(dataChanged())); in connectNotificationSignals()
[all …]
H A Dqdeclarativesearchresultmodel.cpp568 connect(reply, SIGNAL(finished()), reply, SLOT(deleteLater())); in setFavoritesPlugin()
718 … disconnect(placeManager, SIGNAL(placeUpdated(QString)), this, SLOT(placeUpdated(QString))); in initializePlugin()
719 … disconnect(placeManager, SIGNAL(placeRemoved(QString)), this, SLOT(placeRemoved(QString))); in initializePlugin()
720 connect(placeManager, SIGNAL(dataChanged()), this, SIGNAL(dataChanged())); in initializePlugin()
731 … connect(placeManager, SIGNAL(placeUpdated(QString)), this, SLOT(placeUpdated(QString))); in initializePlugin()
732 … connect(placeManager, SIGNAL(placeRemoved(QString)), this, SLOT(placeRemoved(QString))); in initializePlugin()
733 disconnect(placeManager, SIGNAL(dataChanged()), this, SIGNAL(dataChanged())); in initializePlugin()
813 connect(m_reply, SIGNAL(finished()), this, SLOT(queryFinished())); in queryFinished()
814 connect(m_reply, SIGNAL(contentUpdated()), this, SLOT(onContentUpdated())); in queryFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qnmeapositioninfosource/
H A Dtst_qnmeapositioninfosource.cpp116 QSignalSpy spyUpdate(proxy->source(), SIGNAL(positionUpdated(QGeoPositionInfo))); in setUpdateInterval_delayedUpdate()
140 QSignalSpy spyTimeout(proxy->source(), SIGNAL(updateTimeout())); in lastKnownPosition()
183 QSignalSpy spy(&source, SIGNAL(positionUpdated(QGeoPositionInfo))); in beginWithBufferedData()
230 QSignalSpy spyUpdate(proxy->source(), SIGNAL(positionUpdated(QGeoPositionInfo))); in startUpdates()
253 QSignalSpy spyUpdate(proxy->source(), SIGNAL(positionUpdated(QGeoPositionInfo))); in startUpdates_withTimeout()
254 QSignalSpy spyTimeout(proxy->source(), SIGNAL(updateTimeout())); in startUpdates_withTimeout()
331 QSignalSpy spyUpdate(proxy->source(), SIGNAL(positionUpdated(QGeoPositionInfo))); in startUpdates_expectLatestUpdateOnly()
360 QSignalSpy spy(proxy->source(), SIGNAL(positionUpdated(QGeoPositionInfo))); in startUpdates_waitForValidDateTime()
458 QSignalSpy spy(proxy->source(), SIGNAL(positionUpdated(QGeoPositionInfo))); in requestUpdate_waitForValidDateTime()
477 QSignalSpy spyUpdate(proxy->source(), SIGNAL(positionUpdated(QGeoPositionInfo))); in requestUpdate()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoareamonitor/
H A Dtst_qgeoareamonitor.cpp135 SIGNAL(areaEntered(QGeoMonitorInfo,QGeoAreaPositionInfo)))); in tst_monitor()
197 … QVERIFY(obj->requestUpdate(copy, SIGNAL(areaEntered(QGeoAreaMonitorInfo,QGeoPositionInfo)))); in tst_monitor()
200 QVERIFY(obj->requestUpdate(copy, SIGNAL(areaExited(QGeoAreaMonitorInfo,QGeoPositionInfo)))); in tst_monitor()
212 QVERIFY(!obj->requestUpdate(copy, SIGNAL(areaEntered(QGeoMonitor)))); in tst_monitor()
224 …QVERIFY(!obj->requestUpdate(persistenceMonitor, SIGNAL(areaEntered(QGeoAreaMonitorInfo,QGeoPositio… in tst_monitor()
441 QSignalSpy expirySpy(obj, SIGNAL(monitorExpired(QGeoAreaMonitorInfo))); in tst_testExpiryTimeout()
442 QSignalSpy expirySpy2(secondObj, SIGNAL(monitorExpired(QGeoAreaMonitorInfo))); in tst_testExpiryTimeout()
467 … QVERIFY(!obj->requestUpdate(info, SIGNAL(areaEntered(QGeoAreaMonitorInfo,QGeoPositionInfo)))); in tst_testExpiryTimeout()
494 QSignalSpy enteredSpy(obj, SIGNAL(areaEntered(QGeoAreaMonitorInfo,QGeoPositionInfo))); in tst_enteredExitedSignal()
495 QSignalSpy exitedSpy(obj, SIGNAL(areaExited(QGeoAreaMonitorInfo,QGeoPositionInfo))); in tst_enteredExitedSignal()
[all …]

12345678910