Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfosource/
H A Dtestqgeosatelliteinfosource.cpp77 class DefaultSourceTest : public TestQGeoSatelliteInfoSource
86 TestQGeoSatelliteInfoSource::TestQGeoSatelliteInfoSource(QObject *parent) in TestQGeoSatelliteInfoSource() function in TestQGeoSatelliteInfoSource
94 TestQGeoSatelliteInfoSource *TestQGeoSatelliteInfoSource::createDefaultSourceTest() in createDefaultSourceTest()
101 void TestQGeoSatelliteInfoSource::base_initTestCase() in base_initTestCase()
106 void TestQGeoSatelliteInfoSource::base_init() in base_init()
112 void TestQGeoSatelliteInfoSource::base_cleanup() in base_cleanup()
118 void TestQGeoSatelliteInfoSource::base_cleanupTestCase() in base_cleanupTestCase()
122 void TestQGeoSatelliteInfoSource::initTestCase() in initTestCase()
127 void TestQGeoSatelliteInfoSource::init() in init()
132 void TestQGeoSatelliteInfoSource::cleanup() in cleanup()
[all …]
H A Dtestqgeosatelliteinfosource_p.h40 class TestQGeoSatelliteInfoSource : public QObject
45 TestQGeoSatelliteInfoSource(QObject *parent = 0);
47 static TestQGeoSatelliteInfoSource *createDefaultSourceTest();
H A Dtst_qgeosatelliteinfosource.cpp35 TestQGeoSatelliteInfoSource *test = TestQGeoSatelliteInfoSource::createDefaultSourceTest(); in main()