Home
last modified time | relevance | path

Searched refs:TimerList (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dtimer_module.cpp65 TimerList::Arguments *arguments = new TimerList::Arguments(); in CreateTimer()
73 TimerList* timerList = timerModule->GetTimerList(); in CreateTimer()
98 TimerList *timerList = GetInstance()->GetTimerList(); in StartTask()
147 TimerList* timerList = timerModule->GetTimerList(); in ClearTimer()
154 TimerList::TimerNode* timer = timerList->GetTimer(index); in ClearTimer()
167 TimerList::Arguments *arg = static_cast<TimerList::Arguments *>(arguments); in Task()
171 TimerList *timerList = GetInstance()->GetTimerList(); in Task()
194 TimerList::TimerNode* timer = timerList->GetTimer(arg->index); in Task()
219 TimerList* timerList = GetInstance()->GetTimerList(); in Task()
221 TimerList::TimerNode* timer = timerList->GetTimer(*timerId); in Task()
[all …]
H A Dtimer_module.h69 TimerList *GetTimerList() in GetTimerList()
72 timerList_ = new TimerList(); in GetTimerList()
95 …static jerry_value_t StartTask(TimerList::Arguments *arguments, jerry_value_t time, bool repeated);
137 TimerList *timerList_;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_timer_list.cpp25 jerry_value_t TimerList::AddTimer(timerHandle_t timerId, Arguments *&arg) in AddTimer()
42 TimerList::TimerNode* TimerList::GetTimer(uint8_t id) in GetTimer()
54 void TimerList::DeleteTimer(uint8_t timer) in DeleteTimer()
75 void TimerList::ClearTimerList() in ClearTimerList()
85 void TimerList::ReleaseTimer(TimerNode *&current) in ReleaseTimer()
95 void TimerList::ReleaseArguments(Arguments *&argument) in ReleaseArguments()
H A Djs_timer_list.h31 class TimerList final : public MemoryHeap {
33 ACE_DISALLOW_COPY_AND_MOVE(TimerList);
38 TimerList() : timerListHead_(nullptr), index_(0) {} in TimerList() function
44 ~TimerList() = default;
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/
H A Dusb_net_adapter.h26 typedef struct timer_list TimerList; typedef
65 TimerList delay;
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_net_adapter.c265 static void UsbnetAdapterBh(TimerList *t) in UsbnetAdapterBh()
322 TimerList *t = (TimerList *)data; in UsbnetAdapterBhTasklet()