Searched refs:removeCategory (Results 1 – 12 of 12) sorted by relevance
273 QPlaceIdReply *QPlaceManager::removeCategory(const QString &categoryId) in removeCategory() function in QPlaceManager275 return d->removeCategory(categoryId); in removeCategory()
84 QPlaceIdReply *removeCategory(const QString &categoryId);
74 virtual QPlaceIdReply *removeCategory(const QString &categoryId);
220 QPlaceIdReply *QPlaceManagerEngine::removeCategory(const QString &categoryId) in removeCategory() function in QPlaceManagerEngine
86 QPlaceIdReply *removeCategory(const QString &categoryId) override;
572 QPlaceIdReply *QPlaceManagerEngineNokiaV2::removeCategory(const QString &categoryId) in removeCategory() function in QPlaceManagerEngineNokiaV2
208 void removeCategory() in removeCategory() function212 /* QPlaceIdReply * */removeCategoryReply = manager->removeCategory(place.placeId()); in removeCategory()
109 QPlaceIdReply *removeCategoryReply = placeManager->removeCategory(category.categoryId()); in unsupportedFunctions()
369 m_reply = placeManager->removeCategory(m_category.categoryId()); in remove()
188 QPlaceIdReply *reply = m_manager->removeCategory(QString()); in testRemoveCategory()
207 QPlaceIdReply *idReply = manager->removeCategory(category.categoryId()); in doRemoveCategory()
603 QPlaceIdReply *removeCategory(const QString &categoryId) override in removeCategory() function