Home
last modified time | relevance | path

Searched refs:deinit_timestart (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/linksdk/components/ntp/
A Daiot_ntp_api.c248 uint64_t deinit_timestart = 0; in aiot_ntp_deinit() local
266 deinit_timestart = ntp_handle->sysdep->core_sysdep_time(); in aiot_ntp_deinit()
272 …} while ((ntp_handle->sysdep->core_sysdep_time() - deinit_timestart) < ntp_handle->deinit_timeout_… in aiot_ntp_deinit()
/AliOS-Things-master/components/linksdk/components/devinfo/
A Daiot_devinfo_api.c335 uint64_t deinit_timestart = 0; in aiot_devinfo_deinit() local
353 deinit_timestart = devinfo_handle->sysdep->core_sysdep_time(); in aiot_devinfo_deinit()
359 …} while ((devinfo_handle->sysdep->core_sysdep_time() - deinit_timestart) < devinfo_handle->deinit_… in aiot_devinfo_deinit()
/AliOS-Things-master/components/linksdk/components/dynreg/
A Daiot_dynreg_api.c245 uint64_t deinit_timestart = 0; in aiot_dynreg_deinit() local
261 deinit_timestart = dynreg_handle->sysdep->core_sysdep_time(); in aiot_dynreg_deinit()
267 …} while ((dynreg_handle->sysdep->core_sysdep_time() - deinit_timestart) < dynreg_handle->deinit_ti… in aiot_dynreg_deinit()
/AliOS-Things-master/components/linksdk/core/
A Daiot_http_api.c530 uint64_t deinit_timestart = 0; in aiot_http_deinit() local
544 deinit_timestart = http_handle->sysdep->core_sysdep_time(); in aiot_http_deinit()
550 …} while ((http_handle->sysdep->core_sysdep_time() - deinit_timestart) < http_handle->deinit_timeou… in aiot_http_deinit()
A Daiot_mqtt_api.c2580 uint64_t deinit_timestart = 0; in aiot_mqtt_deinit() local
2595 deinit_timestart = mqtt_handle->sysdep->core_sysdep_time(); in aiot_mqtt_deinit()
2601 …} while ((mqtt_handle->sysdep->core_sysdep_time() - deinit_timestart) < mqtt_handle->deinit_timeou… in aiot_mqtt_deinit()
/AliOS-Things-master/components/linksdk/components/bootstrap/
A Daiot_bootstrap_api.c459 uint64_t deinit_timestart = 0; in aiot_bootstrap_deinit() local
479 deinit_timestart = bootstrap_handle->sysdep->core_sysdep_time(); in aiot_bootstrap_deinit()
485 …} while ((bootstrap_handle->sysdep->core_sysdep_time() - deinit_timestart) < bootstrap_handle->dei… in aiot_bootstrap_deinit()
/AliOS-Things-master/components/linksdk/components/diag/
A Daiot_diag_api.c666 uint64_t deinit_timestart = 0; in aiot_diag_deinit() local
684 deinit_timestart = diag_handle->sysdep->core_sysdep_time(); in aiot_diag_deinit()
690 …} while ((diag_handle->sysdep->core_sysdep_time() - deinit_timestart) < diag_handle->deinit_timeou… in aiot_diag_deinit()

Completed in 30 milliseconds