| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | timevar.h | 229 : m_timer (t), in auto_timevar() 232 if (m_timer) in auto_timevar() 233 m_timer->push (m_tv); in auto_timevar() 237 : m_timer (g_timer) in auto_timevar() 240 if (m_timer) in auto_timevar() 241 m_timer->push (m_tv); in auto_timevar() 246 if (m_timer) in ~auto_timevar() 247 m_timer->pop (m_tv); in ~auto_timevar() 255 timer *m_timer; variable
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | timevar.h | 229 : m_timer (t), in auto_timevar() 232 if (m_timer) in auto_timevar() 233 m_timer->push (m_tv); in auto_timevar() 237 : m_timer (g_timer) in auto_timevar() 240 if (m_timer) in auto_timevar() 241 m_timer->push (m_tv); in auto_timevar() 246 if (m_timer) in ~auto_timevar() 247 m_timer->pop (m_tv); in ~auto_timevar() 255 timer *m_timer; variable
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/ |
| H A D | mainwindow.cpp | 73 m_timer = new QTimer(this); in MainWindow() 103 m_timer->setInterval(10); in MainWindow() 146 connect(m_timer, &QTimer::timeout, glwidget, QOverload<>::of(&QWidget::update)); in MainWindow() 156 m_timer->start(); in MainWindow() 163 m_timer->setInterval(value); in updateIntervalChanged() 164 if (m_timer->isActive()) in updateIntervalChanged() 165 m_timer->start(); in updateIntervalChanged() 176 connect(m_timer, &QTimer::timeout, w, QOverload<>::of(&QWidget::update)); in addNew() 189 m_timer->start(); in timerUsageChanged() 191 m_timer->stop(); in timerUsageChanged()
|
| H A D | mainwindow.h | 67 bool timerEnabled() const { return m_timer->isActive(); } in QT_FORWARD_DECLARE_CLASS() 76 QTimer *m_timer; in QT_FORWARD_DECLARE_CLASS()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/ |
| H A D | mainwindow.cpp | 73 m_timer = new QTimer(this); in MainWindow() 103 m_timer->setInterval(10); in MainWindow() 146 connect(m_timer, &QTimer::timeout, glwidget, QOverload<>::of(&QWidget::update)); in MainWindow() 156 m_timer->start(); in MainWindow() 163 m_timer->setInterval(value); in updateIntervalChanged() 164 if (m_timer->isActive()) in updateIntervalChanged() 165 m_timer->start(); in updateIntervalChanged() 176 connect(m_timer, &QTimer::timeout, w, QOverload<>::of(&QWidget::update)); in addNew() 189 m_timer->start(); in timerUsageChanged() 191 m_timer->stop(); in timerUsageChanged()
|
| H A D | mainwindow.h | 67 bool timerEnabled() const { return m_timer->isActive(); } in QT_FORWARD_DECLARE_CLASS() 76 QTimer *m_timer; in QT_FORWARD_DECLARE_CLASS()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/ |
| H A D | serialassistantwidget.cpp | 17 m_timer(new QTimer(this)) in SerialAssistantWidget() 59 connect(m_timer, &QTimer::timeout, this, [=](){ in SerialAssistantWidget() 69 if(!checked && m_timer->isActive()) in SerialAssistantWidget() 71 m_timer->stop(); in SerialAssistantWidget() 81 m_timer->stop(); in ~SerialAssistantWidget() 82 delete m_timer; in ~SerialAssistantWidget() 146 if(m_timer->isActive()) in on_openBtn_clicked() 148 m_timer->stop(); in on_openBtn_clicked() 170 m_timer->setSingleShot(true); in on_sendBtn_clicked() 171 m_timer->start(0); in on_sendBtn_clicked() [all …]
|
| H A D | serialassistantwidget.h | 38 class QTimer *m_timer; variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/ |
| H A D | iwatchdog.cpp | 18 m_timer(Q_NULLPTR) in IWatchDog() 48 if(m_timer == Q_NULLPTR) in open() 50 m_timer = new QTimer(this); in open() 51 connect(m_timer, &QTimer::timeout, this, [=](){ in open() 95 m_timer->start(m_feedTimes*1000); in setFeed() 98 m_timer->stop(); in setFeed() 106 m_timer->start(m_feedTimes*1000); in setFeedTime()
|
| H A D | iwatchdog.h | 40 QTimer *m_timer; variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | autosaver.cpp | 51 if (m_timer.isActive()) in ~AutoSaver() 63 m_timer.start(AUTOSAVE_IN, this); in changeOccurred() 69 if (event->timerId() == m_timer.timerId()) { in timerEvent() 78 if (!m_timer.isActive()) in saveIfNeccessary() 80 m_timer.stop(); in saveIfNeccessary()
|
| H A D | autosaver.h | 62 QBasicTimer m_timer;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/common/ |
| H A D | switchbutton.cpp | 30 connect(&m_timer,SIGNAL(timeout()),this, SLOT(onTimeout())); in SwitchButton() 97 m_timer.start(10); in mouseReleaseEvent() 126 m_timer.stop(); in onTimeout() 130 m_timer.stop(); in onTimeout() 143 m_timer.start(10); in setToggled()
|
| H A D | switchbutton.h | 63 QTimer m_timer; //timer variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/common/ |
| H A D | switchbutton.cpp | 30 connect(&m_timer,SIGNAL(timeout()),this, SLOT(onTimeout())); in SwitchButton() 97 m_timer.start(10); in mouseReleaseEvent() 126 m_timer.stop(); in onTimeout() 130 m_timer.stop(); in onTimeout() 143 m_timer.start(10); in setToggled()
|
| H A D | switchbutton.h | 63 QTimer m_timer; //timer variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/common/ |
| H A D | switchbutton.cpp | 30 connect(&m_timer,SIGNAL(timeout()),this, SLOT(onTimeout())); in SwitchButton() 97 m_timer.start(10); in mouseReleaseEvent() 126 m_timer.stop(); in onTimeout() 130 m_timer.stop(); in onTimeout() 143 m_timer.start(10); in setToggled()
|
| H A D | switchbutton.h | 63 QTimer m_timer; //timer variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/adc/ |
| H A D | widget.cpp | 41 m_timer = new QTimer(this); in Widget() 42 connect(m_timer, &QTimer::timeout, this, [=, showValueLbls, showVoltagelbls](){ in Widget() 52 m_timer->start(100); in Widget() 58 m_timer->stop(); in ~Widget()
|
| H A D | widget.h | 31 QTimer *m_timer; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qnmeapositioninfosource.cpp | 180 m_timer.setSingleShot(true); in QNmeaRealTimeReader() 181 m_timer.setInterval(m_pushDelay); in QNmeaRealTimeReader() 182 m_timer.connect(&m_timer, &QTimer::timeout, [this]() { in QNmeaRealTimeReader() 233 m_timer.stop(); in readAvailableData() 245 m_timer.stop(); in readAvailableData() 252 m_timer.stop(); in readAvailableData() 261 m_timer.stop(); in readAvailableData() 269 m_timer.start(); in readAvailableData() 283 m_timer.stop(); in notifyNewUpdate()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gps/ |
| H A D | gps.cpp | 20 m_timer = new QTimer; in gps() 21 connect(m_timer, SIGNAL(timeout()), this, SLOT(read_sermios())); in gps() 32 m_timer->start(1000); in on_pb_read_clicked() 37 m_timer->stop(); in on_pb_close_clicked() 116 m_timer->stop(); in read_sermios()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/4g/ |
| H A D | m4gwidget.cpp | 79 m_timer = new QTimer(this); in initUi() 80 connect(m_timer, &QTimer::timeout, this, &M4gWidget::readInformation); in initUi() 131 m_timer->start(3000); in setListenSim() 133 m_timer->stop(); in setListenSim()
|
| H A D | m4gwidget.h | 52 QTimer *m_timer; variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gprs/ |
| H A D | gprs.h | 56 QTimer *m_timer; variable
|