Searched refs:isPersistent (Results 1 – 4 of 4) sorted by relevance
268 bool QGeoAreaMonitorInfo::isPersistent() const in isPersistent() function in QGeoAreaMonitorInfo282 void QGeoAreaMonitorInfo::setPersistent(bool isPersistent) in setPersistent() argument284 d->persistent = isPersistent; in setPersistent()321 << monitor.isPersistent() << monitor.notificationParameters() << monitor.expiration(); in operator <<()372 << ", persistent: " << monitor.isPersistent() in operator <<()
83 bool isPersistent() const;84 void setPersistent(bool isPersistent);
123 QCOMPARE(defaultMonitor.isPersistent(), false); in tst_monitor()144 QCOMPARE(copy.isPersistent(), false); in tst_monitor()155 QCOMPARE(copy.isPersistent(), defaultMonitor.isPersistent()); in tst_monitor()157 QCOMPARE(copy.isPersistent(), true); in tst_monitor()158 QCOMPARE(defaultMonitor.isPersistent(), false); in tst_monitor()186 QCOMPARE(assignmentCopy.isPersistent(), false); in tst_monitor()222 persistenceMonitor.setPersistent(!persistenceMonitor.isPersistent()); in tst_monitor()230 persistenceMonitor.setPersistent(!persistenceMonitor.isPersistent()); in tst_monitor()
362 if (monitor.isPersistent()) in startMonitoring()389 if (monitor.isPersistent()) in requestUpdate()