| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_place.qml | 529 …var removePlace = Qt.createQmlObject('import QtLocation 5.3; Place { }', testCase, "test_saveload"… 532 signalSpy.target = removePlace; 535 removePlace.plugin = testPlugin; 537 removePlace.remove(); 539 compare(removePlace.status, Place.Removing); 540 tryCompare(removePlace, "status", Place.Error); 542 removePlace.placeId = "invalid-id"; 544 removePlace.remove(); 546 compare(removePlace.status, Place.Removing); 547 tryCompare(removePlace, "status", Place.Error); [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplacemanager.cpp | 252 QPlaceIdReply *QPlaceManager::removePlace(const QString &placeId) in removePlace() function in QPlaceManager 254 return d->removePlace(placeId); in removePlace()
|
| H A D | qplacemanager.h | 81 QPlaceIdReply *removePlace(const QString &placeId);
|
| H A D | qplacemanagerengine.h | 71 virtual QPlaceIdReply *removePlace(const QString &placeId);
|
| H A D | qplacemanagerengine.cpp | 194 QPlaceIdReply *QPlaceManagerEngine::removePlace(const QString &placeId) in removePlace() function in QPlaceManagerEngine
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/ |
| H A D | places.qml | 365 function removePlace() { 366 //! [Place removePlace] 369 //! [Place removePlace]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qplacemanagerengine_nokiav2.h | 83 QPlaceIdReply *removePlace(const QString &placeId) override;
|
| H A D | qplacemanagerengine_nokiav2.cpp | 544 QPlaceIdReply *QPlaceManagerEngineNokiaV2::removePlace(const QString &placeId) in removePlace() function in QPlaceManagerEngineNokiaV2
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/ |
| H A D | requesthandler.h | 176 void removePlace() in removePlace() function 180 /* QPlaceIdReply * */removePlaceReply = manager->removePlace(place.placeId()); in removePlace()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_nokia/ |
| H A D | tst_qplacemanager_nokia.cpp | 97 QPlaceIdReply *removePlaceReply = placeManager->removePlace(place.placeId()); in unsupportedFunctions()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/ |
| H A D | tst_qplacemanager_unsupported.cpp | 174 QPlaceIdReply *reply = m_manager->removePlace(QString()); in testRemovePlace()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/ |
| H A D | placemanager_utils.cpp | 147 QPlaceIdReply *removeReply = manager->removePlace(place.placeId()); in doRemovePlace()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeplace.cpp | 796 m_reply = placeManager->removePlace(place().placeId()); in remove()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qplacemanagerengine_test.h | 548 QPlaceIdReply *removePlace(const QString &placeId) override in removePlace() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | places.qdoc | 188 \snippet declarative/places.qml Place removePlace
|