Home
last modified time | relevance | path

Searched refs:QTimer (Results 1 – 25 of 115) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/positionpluginV1/
H A Dplugin.cpp57 QTimer *timer;
58 QTimer *timeoutTimer;
59 QTimer *singleTimer;
70 timer(new QTimer(this)), in DummySource()
71 timeoutTimer(new QTimer(this)), in DummySource()
72 singleTimer(new QTimer(this)), in DummySource()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/positionplugin/
H A Dplugin.cpp58 QTimer *timer;
59 QTimer *timeoutTimer;
60 QTimer *singleTimer;
92 timer(new QTimer(this)), in DummySource()
93 timeoutTimer(new QTimer(this)), in DummySource()
94 singleTimer(new QTimer(this)), in DummySource()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/simulator/
H A Dqgeopositioninfosource_simulator_p.h60 class QTimer; variable
86 QTimer *timer;
87 QTimer *requestTimer;
H A Dqgeosatelliteinfosource_simulator_p.h87 QTimer *timer;
88 QTimer *requestTimer;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imagebrower/
H A Dimagewidget.cpp12 QTimer *timer;
37 m_d->timer = new QTimer(this); in ImageWidget()
38 connect(m_d->timer, &QTimer::timeout, [=](){ in ImageWidget()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqnmeapositioninfosource_p.h65 class QTimer; variable
122 QTimer *m_requestTimer; // the timer used in requestUpdate()
157 QTimer m_timer;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/
H A Dpinballwidget.cpp14 QTimer *timer = Q_NULLPTR;
84 m_d->timer = new QTimer(this); in startDownTime()
86 connect(m_d->timer, &QTimer::timeout, [=](){ in startDownTime()
H A Diwatchdog.h5 class QTimer; variable
40 QTimer *m_timer;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/rtc/
H A Ddatetimewidget.cpp89 QTimer *timer = new QTimer(this); in initUi()
90 connect(timer, &QTimer::timeout, this, [=](){ in initUi()
133 QTimer::singleShot(2000, this, [=](){ in on_applyBtn_clicked()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoareamonitor/
H A Dlogfilepositionsource.h36 class QTimer; variable
62 QTimer *timer;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/logfilepositionsource/
H A Dlogfilepositionsource.h57 class QTimer; variable
83 QTimer *timer;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/adc/
H A Dwidget.h13 class QTimer; variable
31 QTimer *m_timer;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/
H A Dserialassistantwidget.h11 class QTimer; variable
38 class QTimer *m_timer;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dmidwindow.cpp14 QTimer::singleShot(2000, msg, SLOT(close())); in mount_usb()
24 QTimer::singleShot(2000, msg, SLOT(close())); in umount_usb()
H A Dmain_desktop.cpp239 QTimer *timer = new QTimer(this); in main_desktop()
255 mouseMoveTime = new QTimer(); in main_desktop()
438 QTimer::singleShot(2000, msg, SLOT(close())); in on_cameraButton_clicked()
444 QTimer::singleShot(2000, msg, SLOT(close())); in on_cameraButton_clicked()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/4g/
H A Dm4gwidget.h21 class QTimer; variable
52 QTimer *m_timer;
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qplayer/
H A Dqplayer.h108 QTimer timer1;
109 QTimer timer2;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue2/
H A Dqgeopositioninfosource_geoclue2_p.h51 class QTimer; variable
86 QTimer *m_requestTimer = nullptr;
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qplayer/
H A Dqplayer.h108 QTimer timer1;
109 QTimer timer2;
/OK3568_Linux_fs/app/qplayer/
H A Dqplayer.h108 QTimer timer1;
109 QTimer timer2;
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dmainwindow.cpp73 m_timer = new QTimer(this); in MainWindow()
146 connect(m_timer, &QTimer::timeout, glwidget, QOverload<>::of(&QWidget::update)); in MainWindow()
176 connect(m_timer, &QTimer::timeout, w, QOverload<>::of(&QWidget::update)); in addNew()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dmainwindow.cpp73 m_timer = new QTimer(this); in MainWindow()
146 connect(m_timer, &QTimer::timeout, glwidget, QOverload<>::of(&QWidget::update)); in MainWindow()
176 connect(m_timer, &QTimer::timeout, w, QOverload<>::of(&QWidget::update)); in addNew()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dhostapdcli.cpp38 QTimer *timer;
45 m_d->timer =new QTimer(this); in Hostapdcli()
46 connect(m_d->timer, &QTimer::timeout, this, [=](){ in Hostapdcli()
117 QTimer::singleShot(1000, this, [=](){ in start_hostapd()
H A Dwpaclicmd.cpp25 QTimer *timer=Q_NULLPTR;
172 QTimer::singleShot(1000, this, [=](){ in startWpa_supplicant()
183 m_d->timer = new QTimer(this); in setStart()
184 connect(m_d->timer, &QTimer::timeout, this, [=](){this->start();}); in setStart()
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qt5-creator/
H A D0001-app-Use-malloc_trim-only-on-glibc.patch23 connect(&m_trimTimer, &QTimer::timeout, this, [] { malloc_trim(0); });
25 + connect(&m_trimTimer, &QTimer::timeout, this, [] { });

12345