Searched refs:CTimerNotify (Results 1 – 4 of 4) sorted by relevance
33 class CTimerNotify : public HeapEntry43 CTimerNotify() : _time_expired(0) {}; in CTimerNotify() function45 virtual ~CTimerNotify(){}; in ~CTimerNotify()70 bool start_timer(CTimerNotify* timerable, uint32_t interval); 72 void stop_timer(CTimerNotify* timerable);
49 bool CTimerMng::start_timer(CTimerNotify* timerable, uint32_t interval) in start_timer()66 void CTimerMng::stop_timer(CTimerNotify* timerable) in stop_timer()83 CTimerNotify* timer = dynamic_cast<CTimerNotify*>(_heap->HeapTop()); in check_expired()88 timer = dynamic_cast<CTimerNotify*>(_heap->HeapTop()); in check_expired()
156 class TcpKeepConn : public IMtConnection, public CTimerNotify
366 class CDestLinks : public CTimerNotify, public HashKey