Home
last modified time | relevance | path

Searched refs:m_testSlot2Called (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfosource/
H A Dtestqgeosatelliteinfosource.cpp109 m_testSlot2Called = false; in base_init()
148 m_testSlot2Called = true; in test_slot2()
726 QTRY_VERIFY_WITH_TIMEOUT((m_testSlot2Called == true), 1000); in removeSlotForRequestTimeout()
745 QTRY_VERIFY_WITH_TIMEOUT((m_testSlot2Called == true), 7000); in removeSlotForSatellitesInUseUpdated()
764 QTRY_VERIFY_WITH_TIMEOUT((m_testSlot2Called == true), 7000); in removeSlotForSatellitesInViewUpdated()
H A Dtestqgeosatelliteinfosource_p.h111 bool m_testSlot2Called; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopositioninfosource/
H A Dtestqgeopositioninfosource.cpp138 m_testSlot2Called = true; in test_slot2()
149 m_testSlot2Called = false; in base_init()
759 QTRY_VERIFY_WITH_TIMEOUT((m_testSlot2Called == true), 1000); in removeSlotForRequestTimeout()
775 QTRY_VERIFY_WITH_TIMEOUT((m_testSlot2Called == true), 7000); in removeSlotForPositionUpdated()
H A Dtestqgeopositioninfosource_p.h124 bool m_testSlot2Called; variable