Lines Matching refs:elapsed

23 | STARTUP | 0    | Number of milliseconds elapsed since system startup, including the deep sleep ti…
24 | ACTIVE | 1 | Number of milliseconds elapsed since system startup, excluding the deep sleep ti…
30 Obtains the time elapsed since the Unix epoch. This API uses an asynchronous callback to return the…
43 | callback | AsyncCallback<number> | Yes | Callback used to return the time elapsed since th…
76 Obtains the time elapsed since the Unix epoch. This API uses an asynchronous callback to return the…
88 | callback | AsyncCallback<number> | Yes | Callback used to return the time elapsed since th…
121 Obtains the time elapsed since the Unix epoch. This API uses a promise to return the result.
139 | Promise<number> | Promise used to return the timestamp that has elapsed since the Unix epoc…
170 Obtains the time elapsed since system startup, excluding the deep sleep time. This API uses an asyn…
216 Obtains the time elapsed since system startup, excluding the deep sleep time. This API uses an asyn…
261 Obtains the time elapsed since system startup, excluding the deep sleep time. This API uses a promi…
279 | Promise<number> | Promise used to return the time elapsed since system startup, excluding t…
310 Obtains the time elapsed since system startup, including the deep sleep time. This API uses an asyn…
356 Obtains the time elapsed since system startup, including the deep sleep time. This API uses an asyn…
401 Obtains the time elapsed since system startup, including the deep sleep time. This API uses a promi…
419 | Promise<number> | Promise used to return the time elapsed since system startup, including t…
450 Obtains the time elapsed since the Unix epoch. This API returns the result synchronously.
464 | number | Time elapsed since the Unix epoch.|
483 Obtains the time elapsed since system startup. This API returns the result synchronously.
498 | number | Time elapsed since system startup.|