Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/include/
H A Dtimer.h136 using TimerEntryList = std::list<TimerEntryPtr>; variable
138 std::map<uint32_t, TimerEntryList> intervalToTimers_; // interval to TimerEntryList
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dtimer.cpp180 TimerEntryList entryList; in OnTimer()