Home
last modified time | relevance | path

Searched refs:doRemoveCategory (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/
H A Dplacemanager_utils.h109 static bool doRemoveCategory(QPlaceManager *manager, const QPlaceCategory &category,
195 bool doRemoveCategory(const QPlaceCategory &category,
198 return doRemoveCategory(placeManager, category, expectedError);
H A Dplacemanager_utils.cpp203 bool PlaceManagerUtils::doRemoveCategory(QPlaceManager *manager, in doRemoveCategory() function in PlaceManagerUtils
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/
H A Dtst_places.cpp676 QVERIFY(doRemoveCategory(category, QPlaceReply::UnsupportedError)); in unsupportedFunctions()