Home
last modified time | relevance | path

Searched refs:IWatchDog (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/
H A Diwatchdog.cpp13 IWatchDog::IWatchDog(const QString &name, QObject *parent) in IWatchDog() function in IWatchDog
28 IWatchDog::~IWatchDog() in ~IWatchDog()
32 bool IWatchDog::open(int timeoutSeconds, float feedSeconds) in open()
76 bool IWatchDog::close() in close()
90 void IWatchDog::setFeed(bool bFeed) in setFeed()
102 void IWatchDog::setFeedTime(float seconds) in setFeedTime()
110 void IWatchDog::setTimeoutTime(int seconds) in setTimeoutTime()
122 bool IWatchDog::isOpen() in isOpen()
127 void IWatchDog::feedDog() in feedDog()
133 void IWatchDog::checkoutTime() in checkoutTime()
H A Diwatchdog.h6 class IWatchDog : public QObject
11 IWatchDog(const QString &name, QObject *parent = Q_NULLPTR);
12 ~IWatchDog();
H A Dwatchdogwidgt.h10 class IWatchDog; variable
35 IWatchDog *m_wathcdog;
H A Dwatchdogwidgt.cpp50 m_wathcdog = new IWatchDog(devName, this); in loadData()
51 connect(m_wathcdog, &IWatchDog::feedCount, this, [=](int count){ in loadData()