Home
last modified time | relevance | path

Searched refs:timerToEntries_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dtimer.cpp96 while (timerToEntries_.find(timerId) != timerToEntries_.end()) { in Register()
109 timerToEntries_[entry->timerId] = entry; in Register()
118 if (timerToEntries_.find(timerId) == timerToEntries_.end()) { in Unregister()
123 auto entry = timerToEntries_[timerId]; in Unregister()
144 timerToEntries_.erase(timerId); in Unregister()
253 timerToEntries_.erase(id); in EraseUnusedTimerId()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dtimer.h139 std::map<uint32_t, TimerEntryPtr> timerToEntries_; // timer_id to TimerEntry variable