Searched refs:handlerList (Results 1 – 3 of 3) sorted by relevance
46 list<shared_ptr<BaseHandler>>& handlerList = handlerMap_[type]; in CreateChain() local49 for (const auto& handler : handlerList) { in CreateChain()55 return handlerList.front(); in CreateChain()
722 auto handlerList = intervalToTimers_[target->interval_]; in EraseExistNode() local723 auto itor = std::find(handlerList.begin(), handlerList.end(), target); in EraseExistNode()724 if (itor != handlerList.end()) { in EraseExistNode()725 handlerList.erase(itor); in EraseExistNode()728 if (handlerList.empty()) { in EraseExistNode()797 auto &handlerList = intervalToTimers_[interval]; in GetTimerFd() local798 for (const TimerHandlerPtr &ptr : handlerList) { in GetTimerFd()
871 auto handlerList = intervalToTimers_[target->interval_]; in CancelTimer() local872 auto itor = std::find(handlerList.begin(), handlerList.end(), target); in CancelTimer()873 if (itor != handlerList.end()) { in CancelTimer()874 handlerList.erase(itor); in CancelTimer()877 if (handlerList.empty()) { in CancelTimer()938 auto &handlerList = intervalToTimers_[interval]; in GetTimerFd() local939 for (const TimerHandlerPtr &ptr : handlerList) { in GetTimerFd()