Home
last modified time | relevance | path

Searched refs:feedCount (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/
H A Diwatchdog.h23 void feedCount(int count);
H A Diwatchdog.cpp53 emit feedCount(m_feedCount++); in open() local
H A Dwatchdogwidgt.cpp51 connect(m_wathcdog, &IWatchDog::feedCount, this, [=](int count){ in loadData()