Home
last modified time | relevance | path

Searched refs:surfaceCreatedSpy (Results 1 – 25 of 36) sorted by relevance

12

/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/autotests/client/
H A Dtest_datadevice.cpp230 QVERIFY(surfaceCreatedSpy.isValid()); in testDrag()
235 QVERIFY(surfaceCreatedSpy.wait()); in testDrag()
236 QCOMPARE(surfaceCreatedSpy.count(), 1); in testDrag()
304 QVERIFY(surfaceCreatedSpy.isValid()); in testDragInternally()
309 QVERIFY(surfaceCreatedSpy.wait()); in testDragInternally()
310 QCOMPARE(surfaceCreatedSpy.count(), 1); in testDragInternally()
316 QVERIFY(surfaceCreatedSpy.wait()); in testDragInternally()
463 QVERIFY(surfaceCreatedSpy.isValid()); in testSendSelectionOnSeat()
466 QVERIFY(surfaceCreatedSpy.wait()); in testSendSelectionOnSeat()
520 QVERIFY(surfaceCreatedSpy.isValid()); in testReplaceSource()
[all …]
H A Dtest_wayland_subsurface.cpp174 QVERIFY(surfaceCreatedSpy.isValid()); in testCreate()
178 QVERIFY(surfaceCreatedSpy.wait()); in testCreate()
182 surfaceCreatedSpy.clear(); in testCreate()
184 QVERIFY(surfaceCreatedSpy.wait()); in testCreate()
610 QVERIFY(surfaceCreatedSpy.wait()); in testSyncMode()
615 QVERIFY(surfaceCreatedSpy.wait()); in testSyncMode()
665 QVERIFY(surfaceCreatedSpy.wait()); in testDeSyncMode()
670 QVERIFY(surfaceCreatedSpy.wait()); in testDeSyncMode()
714 QVERIFY(surfaceCreatedSpy.wait()); in testMainSurfaceFromTree()
718 QVERIFY(surfaceCreatedSpy.wait()); in testMainSurfaceFromTree()
[all …]
H A Dtest_wayland_seat.cpp341 QVERIFY(surfaceCreatedSpy.wait()); in testPointer()
550 QVERIFY(surfaceCreatedSpy.wait()); in testPointerTransformation()
672 QVERIFY(surfaceCreatedSpy.wait()); in testPointerButton()
770 QVERIFY(surfaceCreatedSpy.wait()); in testPointerSubSurfaceTree()
870 QVERIFY(surfaceCreatedSpy.wait()); in testPointerSwipeGesture()
995 QVERIFY(surfaceCreatedSpy.wait()); in testPointerPinchGesture()
1101 QVERIFY(surfaceCreatedSpy.wait()); in testPointerAxis()
1206 QVERIFY(surfaceCreatedSpy.wait()); in testCursor()
1329 QVERIFY(surfaceCreatedSpy.wait()); in testCursorDamage()
1389 QVERIFY(surfaceCreatedSpy.wait()); in testKeyboard()
[all …]
H A Dtest_shadow.cpp130 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testCreateShadow() local
131 QVERIFY(surfaceCreatedSpy.isValid()); in testCreateShadow()
133 QVERIFY(surfaceCreatedSpy.wait()); in testCreateShadow()
134 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testCreateShadow()
187 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testShadowElements() local
188 QVERIFY(surfaceCreatedSpy.isValid()); in testShadowElements()
190 QVERIFY(surfaceCreatedSpy.wait()); in testShadowElements()
191 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testShadowElements()
H A Dtest_selection.cpp203 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testClearOnEnter() local
204 QVERIFY(surfaceCreatedSpy.isValid()); in testClearOnEnter()
206 QVERIFY(surfaceCreatedSpy.wait()); in testClearOnEnter()
207 auto serverSurface1 = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testClearOnEnter()
228 QVERIFY(surfaceCreatedSpy.wait()); in testClearOnEnter()
229 auto serverSurface2 = surfaceCreatedSpy.last().first().value<SurfaceInterface *>(); in testClearOnEnter()
H A Dtest_plasmashell.cpp153 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testRole() local
154 QVERIFY(surfaceCreatedSpy.isValid()); in testRole()
173 QCOMPARE(surfaceCreatedSpy.count(), 1); in testRole()
179 QCOMPARE(sps->surface(), surfaceCreatedSpy.first().first().value<SurfaceInterface *>()); in testRole()
484 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testWhileDestroying() local
485 QVERIFY(surfaceCreatedSpy.isValid()); in testWhileDestroying()
487 QVERIFY(surfaceCreatedSpy.wait()); in testWhileDestroying()
488 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testWhileDestroying()
504 QVERIFY(surfaceCreatedSpy.wait()); in testWhileDestroying()
H A Dtest_pointer_constraints.cpp170 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testLockPointer() local
171 QVERIFY(surfaceCreatedSpy.isValid()); in testLockPointer()
174 QVERIFY(surfaceCreatedSpy.wait()); in testLockPointer()
176 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testLockPointer()
287 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testConfinePointer() local
288 QVERIFY(surfaceCreatedSpy.isValid()); in testConfinePointer()
291 QVERIFY(surfaceCreatedSpy.wait()); in testConfinePointer()
293 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testConfinePointer()
H A Dtest_wayland_surface.cpp953 QVERIFY(surfaceCreatedSpy.isValid()); in testDestroyWithPendingCallback()
954 QVERIFY(surfaceCreatedSpy.wait()); in testDestroyWithPendingCallback()
955 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testDestroyWithPendingCallback()
989 QVERIFY(surfaceCreatedSpy.isValid()); in testDisconnect()
990 QVERIFY(surfaceCreatedSpy.wait()); in testDisconnect()
991 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testDisconnect()
1033 QVERIFY(surfaceCreatedSpy.isValid()); in testOutput()
1034 QVERIFY(surfaceCreatedSpy.wait()); in testOutput()
1035 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testOutput()
1103 QVERIFY(surfaceCreatedSpy.isValid()); in testInhibit()
[all …]
H A Dtest_xdg_decoration.cpp181 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testDecoration() local
191 QVERIFY(surfaceCreatedSpy.count() || surfaceCreatedSpy.wait()); in testDecoration()
/dports/x11/kf5-kwayland/kwayland-5.89.0/autotests/client/
H A Dtest_wayland_subsurface.cpp184 QVERIFY(surfaceCreatedSpy.wait()); in testCreate()
188 surfaceCreatedSpy.clear(); in testCreate()
190 QVERIFY(surfaceCreatedSpy.wait()); in testCreate()
596 QVERIFY(surfaceCreatedSpy.wait()); in testSyncMode()
601 QVERIFY(surfaceCreatedSpy.wait()); in testSyncMode()
658 QVERIFY(surfaceCreatedSpy.wait()); in testDeSyncMode()
663 QVERIFY(surfaceCreatedSpy.wait()); in testDeSyncMode()
715 QVERIFY(surfaceCreatedSpy.wait()); in testMainSurfaceFromTree()
719 QVERIFY(surfaceCreatedSpy.wait()); in testMainSurfaceFromTree()
723 QVERIFY(surfaceCreatedSpy.wait()); in testMainSurfaceFromTree()
[all …]
H A Dtest_datadevice.cpp243 QVERIFY(surfaceCreatedSpy.isValid()); in testDrag()
248 QVERIFY(surfaceCreatedSpy.wait()); in testDrag()
249 QCOMPARE(surfaceCreatedSpy.count(), 1); in testDrag()
315 QVERIFY(surfaceCreatedSpy.isValid()); in testDragInternally()
320 QVERIFY(surfaceCreatedSpy.wait()); in testDragInternally()
321 QCOMPARE(surfaceCreatedSpy.count(), 1); in testDragInternally()
327 QVERIFY(surfaceCreatedSpy.wait()); in testDragInternally()
469 QVERIFY(surfaceCreatedSpy.isValid()); in testSendSelectionOnSeat()
472 QVERIFY(surfaceCreatedSpy.wait()); in testSendSelectionOnSeat()
526 QVERIFY(surfaceCreatedSpy.isValid()); in testReplaceSource()
[all …]
H A Dtest_xdg_shell_v5.cpp28 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testPopup() local
29 QVERIFY(surfaceCreatedSpy.isValid()); in testPopup()
38 QVERIFY(surfaceCreatedSpy.wait()); in testPopup()
51 …QCOMPARE(serverXdgPopup->surface(), surfaceCreatedSpy.first().first().value<SurfaceInterface *>()); in testPopup()
65 …QCOMPARE(serverXdgPopup2->surface(), surfaceCreatedSpy.last().first().value<SurfaceInterface *>()); in testPopup()
H A Dtest_wayland_seat.cpp373 QVERIFY(surfaceCreatedSpy.wait()); in testPointer()
646 QVERIFY(surfaceCreatedSpy.wait()); in testPointerTransformation()
764 QVERIFY(surfaceCreatedSpy.wait()); in testPointerButton()
855 QVERIFY(surfaceCreatedSpy.wait()); in testPointerSubSurfaceTree()
953 QVERIFY(surfaceCreatedSpy.wait()); in testPointerSwipeGesture()
1069 QVERIFY(surfaceCreatedSpy.wait()); in testPointerPinchGesture()
1166 QVERIFY(surfaceCreatedSpy.wait()); in testPointerAxis()
1293 QVERIFY(surfaceCreatedSpy.wait()); in testKeyboardSubSurfaceTreeFromPointer()
1361 QVERIFY(surfaceCreatedSpy.wait()); in testCursor()
1477 QVERIFY(surfaceCreatedSpy.wait()); in testCursorDamage()
[all …]
H A Dtest_shadow.cpp132 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testCreateShadow() local
133 QVERIFY(surfaceCreatedSpy.isValid()); in testCreateShadow()
135 QVERIFY(surfaceCreatedSpy.wait()); in testCreateShadow()
136 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testCreateShadow()
180 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testShadowElements() local
181 QVERIFY(surfaceCreatedSpy.isValid()); in testShadowElements()
183 QVERIFY(surfaceCreatedSpy.wait()); in testShadowElements()
184 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testShadowElements()
H A Dtest_selection.cpp207 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testClearOnEnter() local
208 QVERIFY(surfaceCreatedSpy.isValid()); in testClearOnEnter()
210 QVERIFY(surfaceCreatedSpy.wait()); in testClearOnEnter()
211 auto serverSurface1 = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testClearOnEnter()
232 QVERIFY(surfaceCreatedSpy.wait()); in testClearOnEnter()
233 auto serverSurface2 = surfaceCreatedSpy.last().first().value<SurfaceInterface *>(); in testClearOnEnter()
H A Dtest_pointer_constraints.cpp173 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testLockPointer() local
174 QVERIFY(surfaceCreatedSpy.isValid()); in testLockPointer()
177 QVERIFY(surfaceCreatedSpy.wait()); in testLockPointer()
179 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testLockPointer()
287 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testConfinePointer() local
288 QVERIFY(surfaceCreatedSpy.isValid()); in testConfinePointer()
291 QVERIFY(surfaceCreatedSpy.wait()); in testConfinePointer()
293 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testConfinePointer()
H A Dtest_plasmashell.cpp156 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testRole() local
157 QVERIFY(surfaceCreatedSpy.isValid()); in testRole()
176 QCOMPARE(surfaceCreatedSpy.count(), 1); in testRole()
182 QCOMPARE(sps->surface(), surfaceCreatedSpy.first().first().value<SurfaceInterface *>()); in testRole()
494 QSignalSpy surfaceCreatedSpy(m_compositorInterface, &CompositorInterface::surfaceCreated); in testWhileDestroying() local
495 QVERIFY(surfaceCreatedSpy.isValid()); in testWhileDestroying()
497 QVERIFY(surfaceCreatedSpy.wait()); in testWhileDestroying()
498 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testWhileDestroying()
514 QVERIFY(surfaceCreatedSpy.wait()); in testWhileDestroying()
H A Dtest_wayland_surface.cpp1016 QVERIFY(surfaceCreatedSpy.isValid()); in testDestroyWithPendingCallback()
1017 QVERIFY(surfaceCreatedSpy.wait()); in testDestroyWithPendingCallback()
1018 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testDestroyWithPendingCallback()
1052 QVERIFY(surfaceCreatedSpy.isValid()); in testDisconnect()
1053 QVERIFY(surfaceCreatedSpy.wait()); in testDisconnect()
1054 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testDisconnect()
1096 QVERIFY(surfaceCreatedSpy.isValid()); in testOutput()
1097 QVERIFY(surfaceCreatedSpy.wait()); in testOutput()
1098 auto serverSurface = surfaceCreatedSpy.first().first().value<SurfaceInterface *>(); in testOutput()
1167 QVERIFY(surfaceCreatedSpy.isValid()); in testInhibit()
[all …]
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dsubsurface.cpp199 QVERIFY(surfaceCreatedSpy.wait()); in testCreate()
203 surfaceCreatedSpy.clear(); in testCreate()
205 QVERIFY(surfaceCreatedSpy.wait()); in testCreate()
670 QVERIFY(surfaceCreatedSpy.wait()); in testSyncMode()
675 QVERIFY(surfaceCreatedSpy.wait()); in testSyncMode()
759 QVERIFY(surfaceCreatedSpy.wait()); in testDeSyncMode()
764 QVERIFY(surfaceCreatedSpy.wait()); in testDeSyncMode()
837 QVERIFY(surfaceCreatedSpy.wait()); in testMainSurfaceFromTree()
842 QVERIFY(surfaceCreatedSpy.wait()); in testMainSurfaceFromTree()
848 QVERIFY(surfaceCreatedSpy.wait()); in testMainSurfaceFromTree()
[all …]
H A Dseat.cpp383 QVERIFY(surfaceCreatedSpy.wait()); in testPointer()
674 QVERIFY(surfaceCreatedSpy.wait()); in testPointerTransformation()
796 QVERIFY(surfaceCreatedSpy.wait()); in testPointerButton()
900 QVERIFY(surfaceCreatedSpy.wait()); in testPointerSwipeGesture()
1025 QVERIFY(surfaceCreatedSpy.wait()); in testPointerPinchGesture()
1132 QVERIFY(surfaceCreatedSpy.wait()); in testPointerAxis()
1248 QVERIFY(surfaceCreatedSpy.wait()); in testCursor()
1366 QVERIFY(surfaceCreatedSpy.wait()); in testCursorDamage()
1413 QVERIFY(surfaceCreatedSpy.wait()); in testKeyboard()
1585 QVERIFY(surfaceCreatedSpy.wait()); in testKeyboard()
[all …]
H A Dselection.cpp225 QSignalSpy surfaceCreatedSpy(m_serverCompositor, &Wrapland::Server::Compositor::surfaceCreated); in testClearOnEnter() local
226 QVERIFY(surfaceCreatedSpy.isValid()); in testClearOnEnter()
228 QVERIFY(surfaceCreatedSpy.wait()); in testClearOnEnter()
230 auto serverSurface1 = surfaceCreatedSpy.first().first().value<Wrapland::Server::Surface*>(); in testClearOnEnter()
254 QVERIFY(surfaceCreatedSpy.wait()); in testClearOnEnter()
255 auto serverSurface2 = surfaceCreatedSpy.last().first().value<Wrapland::Server::Surface*>(); in testClearOnEnter()
H A Dpointer_constraints.cpp193 QSignalSpy surfaceCreatedSpy(m_serverCompositor, &Wrapland::Server::Compositor::surfaceCreated); in testLockPointer() local
194 QVERIFY(surfaceCreatedSpy.isValid()); in testLockPointer()
197 QVERIFY(surfaceCreatedSpy.wait()); in testLockPointer()
199 auto serverSurface = surfaceCreatedSpy.first().first().value<Wrapland::Server::Surface*>(); in testLockPointer()
323 QSignalSpy surfaceCreatedSpy(m_serverCompositor, &Wrapland::Server::Compositor::surfaceCreated); in testConfinePointer() local
324 QVERIFY(surfaceCreatedSpy.isValid()); in testConfinePointer()
328 QVERIFY(surfaceCreatedSpy.wait()); in testConfinePointer()
330 auto serverSurface = surfaceCreatedSpy.first().first().value<Wrapland::Server::Surface*>(); in testConfinePointer()
H A Dplasma_shell.cpp175 QSignalSpy surfaceCreatedSpy(m_serverCompositor, &Wrapland::Server::Compositor::surfaceCreated); in testRole() local
176 QVERIFY(surfaceCreatedSpy.isValid()); in testRole()
196 QCOMPARE(surfaceCreatedSpy.count(), 1); in testRole()
203 QCOMPARE(sps->surface(), surfaceCreatedSpy.first().first().value<Wrapland::Server::Surface*>()); in testRole()
544 QSignalSpy surfaceCreatedSpy(m_serverCompositor, &Wrapland::Server::Compositor::surfaceCreated); in testWhileDestroying() local
545 QVERIFY(surfaceCreatedSpy.isValid()); in testWhileDestroying()
547 QVERIFY(surfaceCreatedSpy.wait()); in testWhileDestroying()
548 auto serverSurface = surfaceCreatedSpy.first().first().value<Wrapland::Server::Surface*>(); in testWhileDestroying()
566 QVERIFY(surfaceCreatedSpy.wait()); in testWhileDestroying()
H A Dprimary_selection.cpp312 QSignalSpy surfaceCreatedSpy(m_serverCompositor, &Wrapland::Server::Compositor::surfaceCreated); in testSendSelectionOnSeat() local
313 QVERIFY(surfaceCreatedSpy.isValid()); in testSendSelectionOnSeat()
317 QVERIFY(surfaceCreatedSpy.wait()); in testSendSelectionOnSeat()
319 auto serverSurface = surfaceCreatedSpy.first().first().value<Wrapland::Server::Surface*>(); in testSendSelectionOnSeat()
378 QSignalSpy surfaceCreatedSpy(m_serverCompositor, &Wrapland::Server::Compositor::surfaceCreated); in testReplaceSource() local
379 QVERIFY(surfaceCreatedSpy.isValid()); in testReplaceSource()
382 QVERIFY(surfaceCreatedSpy.wait()); in testReplaceSource()
384 auto serverSurface = surfaceCreatedSpy.first().first().value<Wrapland::Server::Surface*>(); in testReplaceSource()
H A Dsurface.cpp1034 QVERIFY(surfaceCreatedSpy.isValid()); in testDestroyWithPendingCallback()
1035 QVERIFY(surfaceCreatedSpy.wait()); in testDestroyWithPendingCallback()
1036 auto serverSurface = surfaceCreatedSpy.first().first().value<Wrapland::Server::Surface*>(); in testDestroyWithPendingCallback()
1076 QVERIFY(surfaceCreatedSpy.isValid()); in testDisconnect()
1077 QVERIFY(surfaceCreatedSpy.wait()); in testDisconnect()
1078 auto serverSurface = surfaceCreatedSpy.first().first().value<Wrapland::Server::Surface*>(); in testDisconnect()
1120 QVERIFY(surfaceCreatedSpy.isValid()); in testOutput()
1121 QVERIFY(surfaceCreatedSpy.wait()); in testOutput()
1122 auto serverSurface = surfaceCreatedSpy.first().first().value<Wrapland::Server::Surface*>(); in testOutput()
1194 QVERIFY(surfaceCreatedSpy.isValid()); in testInhibit()
[all …]

12