Home
last modified time | relevance | path

Searched refs:QTime (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceperiod/
H A Dtst_qplaceperiod.cpp59 testObj.setStartTime(QTime::currentTime()); in constructorTest()
79 QTime time = QTime::currentTime(); in startTimeTest()
97 QTime time = QTime::currentTime(); in endTimeTest()
105 QTime time = QTime::currentTime(); in operatorsTest()
110 testObj.setEndTime(QTime::currentTime().addSecs(102021)); in operatorsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeperiod_p.h63 Q_PROPERTY(QTime startTime READ startTime WRITE setStartTime NOTIFY startTimeChanged)
65 Q_PROPERTY(QTime endTime READ endTime WRITE setEndTime NOTIFY endTimeChanged)
77 QTime startTime() const;
78 void setStartTime(const QTime &data);
81 QTime endTime() const;
82 void setEndTime(const QTime &data);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/planespotter/
H A Dmain.cpp126 startTime = QTime::currentTime(); in startFlight()
167 QTime current = QTime::currentTime(); in updatePosition()
187 QTime startTime, finishTime;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils.cpp73 QTime time; in qlocationutils_readGga()
157 QTime time; in qlocationutils_readGll()
181 QTime time; in qlocationutils_readRmc()
264 QTime time; in qlocationutils_readZda()
464 bool QLocationUtils::getNmeaTime(const QByteArray &bytes, QTime *time) in getNmeaTime()
467 QTime tempTime; in getNmeaTime()
470 tempTime = QTime::fromString(QString::fromLatin1(bytes.constData()), in getNmeaTime()
473 tempTime = QTime::fromString(QString::fromLatin1(bytes.mid(0, dotIndex)), in getNmeaTime()
H A Dqlocationutils_p.h64 class QTime; variable
324 static bool getNmeaTime(const QByteArray &bytes, QTime *time);
H A Dqnmeapositioninfosource.cpp191 … const QTime infoTime = m_update.timestamp().time(); // if update has been set, time must be valid. in readAvailableData()
356 const QTime infoTime = info.timestamp().time(); // if info has been set, time must be valid. in processSentence()
658 QTime time = update->timestamp().time(); in notifyNewUpdate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/utils/
H A Dqlocationtestutils.cpp62 QString QLocationTestUtils::createGgaSentence(const QTime &time) in createGgaSentence()
69 QString QLocationTestUtils::createGgaSentence(int lat, int lng, const QTime &time) { in createGgaSentence()
H A Dqlocationtestutils_p.h44 QString createGgaSentence(const QTime &time);
45 QString createGgaSentence(int lat, int lng, const QTime &time);
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dtimesetting.cpp11 connect(ui->timeEdit,SIGNAL(timeChanged(QTime)),this,SLOT(setDatesTimes())); in TimeSetting()
30 QTime timesetting=ui->timeEdit->time(); in setDatesTimes()
H A Dabout.cpp79 qsrand(QTime(0,0,0).secsTo(QTime::currentTime())); in About()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dautosaver.h63 QTime m_firstChange;
H A Dautosaver.cpp81 m_firstChange = QTime(); in saveIfNeccessary()
H A Ddownloadmanager.h83 QTime m_downloadTime;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Ddownloadwidget.h83 QTime m_timeAdded;
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Ddownloadwidget.h83 QTime m_timeAdded;
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Ddownloadwidget.h83 QTime m_timeAdded;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Ddownloadwidget.h83 QTime m_timeAdded;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/
H A Dglwidget.h41 QTime m_time; in QT_FORWARD_DECLARE_CLASS()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/
H A Dtst_qgeorouterequest.cpp356 QTest::newRow("date1") << QDateTime(QDate(2012, 7, 6), QTime(23, 55, 0)); in departureTime_data()
357 QTest::newRow("date2") << QDateTime(QDate(2012, 7, 7), QTime(0, 5, 0)); in departureTime_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopositioninfo/
H A Dtst_qgeopositioninfo.cpp151 << QGeoCoordinate() << QDateTime(QDate(), QTime::currentTime()) << false; in constructor_coord_dateTime_data()
153 << QGeoCoordinate() << QDateTime(QDate::currentDate(), QTime()) << false; in constructor_coord_dateTime_data()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dglwidget.h109 QTime m_time; in QT_FORWARD_DECLARE_CLASS()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dglwidget.h109 QTime m_time; in QT_FORWARD_DECLARE_CLASS()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/common/
H A Dcommonfunction.cpp107 QTime currentTime((x / 3600) % 60, (x / 60) % 60, \ in getTimeStr()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/common/
H A Dcommonfunction.cpp105 QTime currentTime((x / 3600) % 60, (x / 60) % 60, \ in getTimeStr()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/common/
H A Dcommonfunction.cpp107 QTime currentTime((x / 3600) % 60, (x / 60) % 60, \ in getTimeStr()

12