Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_place.qml529 …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 Dqplacemanager.cpp252 QPlaceIdReply *QPlaceManager::removePlace(const QString &placeId) in removePlace() function in QPlaceManager
254 return d->removePlace(placeId); in removePlace()
H A Dqplacemanager.h81 QPlaceIdReply *removePlace(const QString &placeId);
H A Dqplacemanagerengine.h71 virtual QPlaceIdReply *removePlace(const QString &placeId);
H A Dqplacemanagerengine.cpp194 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 Dplaces.qml365 function removePlace() {
366 //! [Place removePlace]
369 //! [Place removePlace]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.h83 QPlaceIdReply *removePlace(const QString &placeId) override;
H A Dqplacemanagerengine_nokiav2.cpp544 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 Drequesthandler.h176 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 Dtst_qplacemanager_nokia.cpp97 QPlaceIdReply *removePlaceReply = placeManager->removePlace(place.placeId()); in unsupportedFunctions()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/
H A Dtst_qplacemanager_unsupported.cpp174 QPlaceIdReply *reply = m_manager->removePlace(QString()); in testRemovePlace()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/
H A Dplacemanager_utils.cpp147 QPlaceIdReply *removeReply = manager->removePlace(place.placeId()); in doRemovePlace()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace.cpp796 m_reply = placeManager->removePlace(place().placeId()); in remove()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h548 QPlaceIdReply *removePlace(const QString &placeId) override in removePlace() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dplaces.qdoc188 \snippet declarative/places.qml Place removePlace