Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacemanager.cpp273 QPlaceIdReply *QPlaceManager::removeCategory(const QString &categoryId) in removeCategory() function in QPlaceManager
275 return d->removeCategory(categoryId); in removeCategory()
H A Dqplacemanager.h84 QPlaceIdReply *removeCategory(const QString &categoryId);
H A Dqplacemanagerengine.h74 virtual QPlaceIdReply *removeCategory(const QString &categoryId);
H A Dqplacemanagerengine.cpp220 QPlaceIdReply *QPlaceManagerEngine::removeCategory(const QString &categoryId) in removeCategory() function in QPlaceManagerEngine
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.h86 QPlaceIdReply *removeCategory(const QString &categoryId) override;
H A Dqplacemanagerengine_nokiav2.cpp572 QPlaceIdReply *QPlaceManagerEngineNokiaV2::removeCategory(const QString &categoryId) in removeCategory() function in QPlaceManagerEngineNokiaV2
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h208 void removeCategory() in removeCategory() function
212 /* QPlaceIdReply * */removeCategoryReply = manager->removeCategory(place.placeId()); in removeCategory()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_nokia/
H A Dtst_qplacemanager_nokia.cpp109 QPlaceIdReply *removeCategoryReply = placeManager->removeCategory(category.categoryId()); in unsupportedFunctions()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativecategory.cpp369 m_reply = placeManager->removeCategory(m_category.categoryId()); in remove()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/
H A Dtst_qplacemanager_unsupported.cpp188 QPlaceIdReply *reply = m_manager->removeCategory(QString()); in testRemoveCategory()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/
H A Dplacemanager_utils.cpp207 QPlaceIdReply *idReply = manager->removeCategory(category.categoryId()); in doRemoveCategory()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h603 QPlaceIdReply *removeCategory(const QString &categoryId) override in removeCategory() function