Lines Matching refs:CPWL_Timer
13 static std::map<int32_t, CPWL_Timer*>& GetPWLTimeMap() {
15 static auto timeMap = new std::map<int32_t, CPWL_Timer*>;
19 CPWL_Timer::CPWL_Timer(CPWL_TimerHandler* pAttached,
26 CPWL_Timer::~CPWL_Timer() {
30 int32_t CPWL_Timer::SetPWLTimer(int32_t nElapse) {
39 void CPWL_Timer::KillPWLTimer() {
48 void CPWL_Timer::TimerProc(int32_t idEvent) {
53 CPWL_Timer* pTimer = it->second;
66 m_pTimer = new CPWL_Timer(this, GetSystemHandler());