Searched refs:timerEntryMap_ (Results 1 – 2 of 2) sorted by relevance
110 timerEntryMap_.insert(std::make_pair(timerId, timerInfo)); in CreateTimer()117 auto it = timerEntryMap_.find(timerId); in StartTimer()118 if (it == timerEntryMap_.end()) { in StartTimer()152 auto it = timerEntryMap_.find(timerNumber); in StopTimerInner()153 if (it == timerEntryMap_.end()) { in StopTimerInner()163 timerEntryMap_.erase(it); in StopTimerInner()827 auto iter = timerEntryMap_.begin(); in ShowtimerEntryMap()828 for (; iter != timerEntryMap_.end(); iter++) { in ShowtimerEntryMap()845 auto iter = timerEntryMap_.find(timerId); in ShowTimerEntryById()846 if (iter == timerEntryMap_.end()) { in ShowTimerEntryById()
106 std::map<uint64_t, std::shared_ptr<TimerEntry>> timerEntryMap_; variable