Lines Matching refs:LifeTime

27 Q_DECLARE_METATYPE(KWayland::Client::PointerConstraints::LifeTime)
28 Q_DECLARE_METATYPE(KWaylandServer::ConfinedPointerV1Interface::LifeTime)
29 Q_DECLARE_METATYPE(KWaylandServer::LockedPointerV1Interface::LifeTime)
157 QTest::addColumn<PointerConstraints::LifeTime>("clientLifeTime"); in testLockPointer_data()
158 QTest::addColumn<LockedPointerV1Interface::LifeTime>("serverLifeTime"); in testLockPointer_data()
162 …t::newRow("persistent") << PointerConstraints::LifeTime::Persistent << LockedPointerV1Interface::L… in testLockPointer_data()
163 …QTest::newRow("oneshot") << PointerConstraints::LifeTime::OneShot << LockedPointerV1Interface::Lif… in testLockPointer_data()
184 QFETCH(PointerConstraints::LifeTime, clientLifeTime); in testLockPointer()
199 QFETCH(LockedPointerV1Interface::LifeTime, serverLifeTime); in testLockPointer()
274 QTest::addColumn<PointerConstraints::LifeTime>("clientLifeTime"); in testConfinePointer_data()
275 QTest::addColumn<ConfinedPointerV1Interface::LifeTime>("serverLifeTime"); in testConfinePointer_data()
279 …::newRow("persistent") << PointerConstraints::LifeTime::Persistent << ConfinedPointerV1Interface:: in testConfinePointer_data()
280 …QTest::newRow("oneshot") << PointerConstraints::LifeTime::OneShot << ConfinedPointerV1Interface::L… in testConfinePointer_data()
301 QFETCH(PointerConstraints::LifeTime, clientLifeTime); in testConfinePointer()
316 QFETCH(ConfinedPointerV1Interface::LifeTime, serverLifeTime); in testConfinePointer()
394 …nstraints->lockPointer(surface.data(), m_pointer, nullptr, PointerConstraints::LifeTime::OneShot)); in testAlreadyConstrained()
397 …raints->confinePointer(surface.data(), m_pointer, nullptr, PointerConstraints::LifeTime::OneShot)); in testAlreadyConstrained()
411 …nstraints->lockPointer(surface.data(), m_pointer, nullptr, PointerConstraints::LifeTime::OneShot)); in testAlreadyConstrained()
414 …raints->confinePointer(surface.data(), m_pointer, nullptr, PointerConstraints::LifeTime::OneShot)); in testAlreadyConstrained()