Lines Matching refs:elapsed
20 Obtains the time elapsed since the Unix epoch. This API uses an asynchronous callback to return the…
29 | callback | AsyncCallback<number> | Yes | Callback used to return the time elapsed since th…
62 Obtains the time elapsed since the Unix epoch. This API uses an asynchronous callback to return the…
70 | callback | AsyncCallback<number> | Yes | Callback used to return the time elapsed since th…
103 Obtains the time elapsed since the Unix epoch. This API uses a promise to return the result.
117 | Promise<number> | Promise used to return the time elapsed since the Unix epoch.|
148 Obtains the time elapsed since system startup, excluding the deep sleep time. This API uses an asyn…
190 Obtains the time elapsed since system startup, excluding the deep sleep time. This API uses an asyn…
231 Obtains the time elapsed since system startup, excluding the deep sleep time. This API uses a promi…
245 | Promise<number> | Promise used to return the time elapsed since system startup, excluding t…
276 Obtains the time elapsed since system startup, including the deep sleep time. This API uses an asyn…
318 Obtains the time elapsed since system startup, including the deep sleep time. This API uses an asyn…
359 Obtains the time elapsed since system startup, including the deep sleep time. This API uses a promi…
373 | Promise<number> | Promise used to return the time elapsed since system startup, including t…