Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/
H A Diwatchdog.cpp35 m_timeoutTimes= timeoutSeconds; in open()
69 setTimeoutTime(m_timeoutTimes); in open()
115 m_timeoutTimes = seconds; in setTimeoutTime()
116 int flags = m_timeoutTimes; in setTimeoutTime()
135 if(m_timeoutTimes <1) in checkoutTime()
137 m_timeoutTimes = 1; in checkoutTime()
138 }else if(m_timeoutTimes >10) in checkoutTime()
140 m_timeoutTimes = 10; in checkoutTime()
H A Diwatchdog.h37 int m_timeoutTimes; variable