Searched refs:timerList (Results 1 – 5 of 5) sorted by relevance
73 TimerList* timerList = timerModule->GetTimerList(); in CreateTimer() local79 timerList->ReleaseArguments(arguments); in CreateTimer()90 timerList->ReleaseArguments(arguments); in CreateTimer()98 TimerList *timerList = GetInstance()->GetTimerList(); in StartTask() local100 if (timerList == nullptr) { in StartTask()147 TimerList* timerList = timerModule->GetTimerList(); in ClearTimer() local158 timerList->DeleteTimer(index); in ClearTimer()172 if (timerList == nullptr) { in Task()199 timerList->DeleteTimer(arg->index); in Task()206 timerList->DeleteTimer(arg->index); in Task()[all …]
58 OH_ListAddWithOrder(&loop->timerList, &timer->node, TimerNodeCompareProc); in InsertTimerNode()68 ListNode *node = loop->timerList.next; in CheckTimeoutOfTimer()69 while (node != &loop->timerList) { in CheckTimeoutOfTimer()83 node = loop->timerList.next; in CheckTimeoutOfTimer()150 LE_ONLY_CHECK(loop->timerList.next != &(loop->timerList), return 0); in GetMinTimeoutPeriod()151 TimerNode *timerNode = ListEntry(loop->timerList.next, TimerNode, node); in GetMinTimeoutPeriod()168 OH_ListRemoveAll(&loop->timerList, TimerNodeDestroyProc); in DestroyTimerList()
152 this.timerList.push(timer)185 private timerList: number[] = []206 this.timerList.forEach((timer: number) => {209 this.timerList = []257 this.timerList.push(timer)
49 ListNode timerList; member
76 OH_ListInit(&((*loop)->timerList)); in CreateLoop_()