Home
last modified time | relevance | path

Searched refs:m_wathcdog (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/
H A Dwatchdogwidgt.cpp14 m_wathcdog(Q_NULLPTR) in WatchDogWidgt()
30 if(m_wathcdog->isOpen()) in ~WatchDogWidgt()
50 m_wathcdog = new IWatchDog(devName, this); in loadData()
51 connect(m_wathcdog, &IWatchDog::feedCount, this, [=](int count){ in loadData()
83 if(!m_wathcdog->isOpen()&& checkoutInput() && m_wathcdog->open(timeoutTime, feedtime)) in on_openBtn_clicked()
90 m_wathcdog->close(); in on_openBtn_clicked()
100 if(m_wathcdog->isOpen()) in on_checkBox_clicked()
108 m_wathcdog->setFeed(ui->checkBox->isChecked()); in on_checkBox_clicked()
119 m_wathcdog->setTimeoutTime(ui->timeoutEdt->text().toInt()); in on_setBtn_clicked()
120 m_wathcdog->setFeedTime(ui->feedEdt->text().toFloat()); in on_setBtn_clicked()
H A Dwatchdogwidgt.h35 IWatchDog *m_wathcdog; variable