Home
last modified time | relevance | path

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

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DBleBox.h52 int m_PollInterval;
H A DBleBox.cpp79 int sec_counter = m_PollInterval - 1; in Do_Work()
90 if (sec_counter % m_PollInterval == 0) in Do_Work()
728 m_PollInterval = 30; in SetSettings()
731 m_PollInterval = pollIntervalSec; in SetSettings()
/dports/devel/kf5-kcoreaddons/kcoreaddons-5.89.0/src/lib/io/
H A Dkdirwatch_p.h207 int m_nfsPollInterval, m_PollInterval; variable
H A Dkdirwatch.cpp190m_PollInterval = qEnvironmentVariableIsSet(s_envPoll) ? qEnvironmentVariableIntValue(s_envPoll) : … in KDirWatchPrivate()
373 rescan_timer.start(m_PollInterval); // singleshot in inotifyEventReceived()
425 rescan_timer.start(m_PollInterval); // singleshot in inotifyEventReceived()
761 useFreq(e, m_PollInterval); in useStat()
1686 rescan_timer.start(m_PollInterval); // singleshot in checkFAMEvent()