Searched refs:timerMgr (Results 1 – 1 of 1) sorted by relevance
546 TimerManager *timerMgr = static_cast<TimerManager *>(&env->GetTimerManager()); variable547 int32_t timerFd = timerMgr->GetTimerFd();564 TimerManager timerMgr; variable565 int32_t timerFd = timerMgr.GetTimerFd();598 TimerManager *timerMgr = static_cast<TimerManager *>(&env->GetTimerManager()); variable599 bool exist = timerMgr->IsExist(timerId_);607 exist = timerMgr->IsExist(ERROR_TIMERID);626 TimerManager timerMgr; variable627 bool exist = timerMgr.IsExist(ERROR_TIMERID);659 int32_t ret = timerMgr->ResetTimer(timerId_);[all …]