Searched refs:m_nType (Results 1 – 2 of 2) sorted by relevance
28 bool IsOneShot() const { return m_nType == 1; } in IsOneShot()43 const int m_nType; // 0:Interval; 1:TimeOut variable
19 m_nType(nType), in GlobalTimer()