Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/loopevent/timer/
H A Dle_timer.c66 ListNode timeoutList; in CheckTimeoutOfTimer() local
67 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()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-tabs.md1362 private timeoutList: number[] = []
1365 timeout: this.timeoutList[from],
1394 this.timeoutList.push(timeout * i)
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-tabs.md1362 private timeoutList: number[] = []
1365 timeout: this.timeoutList[from],
1394 this.timeoutList.push(timeout * i)