Searched defs:TimerItem (Results 1 – 6 of 6) sorted by relevance
62 struct TimerItem { struct74 int timerId;75 int type;76 int cookie;77 int64_t tgtUs;101 std::list<std::shared_ptr<TimerItem>> itemQueue_; argument
59 TimerItem::TimerItem(int id, int type, int cookie, int64_t delayUs, ITimerObserver *observer) in TimerItem() function in OHOS::IntellVoiceUtils::TimerItem
44 struct TimerItem { struct58 void InsertTimerInternal(std::unique_ptr<TimerItem>& timer); argument
46 struct TimerItem { struct60 void InsertTimerInternal(std::unique_ptr<TimerItem>& timer); argument
46 struct TimerItem { struct