Home
last modified time | relevance | path

Searched refs:TimerEntry (Results 1 – 3 of 3) sorted by relevance

/base/time/time_service/services/timer/include/
Dtimer_manager_interface.h25 struct TimerEntry { struct
Dtimer_manager.h106 std::map<uint64_t, std::shared_ptr<TimerEntry>> timerEntryMap_;
/base/time/time_service/services/timer/src/
Dtimer_manager.cpp99 auto timerInfo = std::make_shared<TimerEntry>(TimerEntry { in CreateTimer()