Home
last modified time | relevance | path

Searched refs:compatiblePlace (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager/
H A Dtst_qplacemanager.cpp61 void compatiblePlace();
133 void tst_QPlaceManager::compatiblePlace() in compatiblePlace() function in tst_QPlaceManager
140 QPlace compatPlace = placeManager->compatiblePlace(place); in compatiblePlace()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/
H A Dtst_qplacemanager_unsupported.cpp64 void compatiblePlace();
204 void tst_QPlaceManagerUnsupported::compatiblePlace() in compatiblePlace() function in tst_QPlaceManagerUnsupported
211 QPlace compatPlace = m_manager->compatiblePlace(place); in compatiblePlace()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacemanager.cpp372 QPlace QPlaceManager::compatiblePlace(const QPlace &original) in compatiblePlace() function in QPlaceManager
374 return d->compatiblePlace(original); in compatiblePlace()
H A Dqplacemanager.h97 QPlace compatiblePlace(const QPlace &place);
H A Dqplacemanagerengine.h88 virtual QPlace compatiblePlace(const QPlace &original) const;
H A Dqplacemanagerengine.cpp319 QPlace QPlaceManagerEngine::compatiblePlace(const QPlace &original) const in compatiblePlace() function in QPlaceManagerEngine
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dplaces-backend.qdoc99 the QPlaceManagerEngine::compatiblePlace() function. This function returns a copy of the input pla…
125 The second is that QPlaceManager::compatiblePlace() of the destination manager use the \c x_provide…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h287 QPlace place = manager->compatiblePlace(result.place()); in saveBetweenManagers()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace.cpp1056 setPlace(placeManager->compatiblePlace(original->place())); in copyFrom()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dplaces.qdoc320 The typical approach is to use the QPlaceManager::compatiblePlace() function,
403 (when QPlaceManager::compatiblePlace() is called)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h709 QPlace compatiblePlace(const QPlace &original) const override in compatiblePlace() function