Searched refs:timeoutList (Results 1 – 3 of 3) sorted by relevance
66 ListNode timeoutList; in CheckTimeoutOfTimer() local67 OH_ListInit(&timeoutList); in CheckTimeoutOfTimer()80 OH_ListAddTail(&timeoutList, &timer->node); in CheckTimeoutOfTimer()86 node = timeoutList.next; in CheckTimeoutOfTimer()87 while (node != &timeoutList) { in CheckTimeoutOfTimer()95 node = timeoutList.next; in CheckTimeoutOfTimer()100 node = timeoutList.next; in CheckTimeoutOfTimer()
1362 private timeoutList: number[] = []1365 timeout: this.timeoutList[from],1394 this.timeoutList.push(timeout * i)