Home
last modified time | relevance | path

Searched refs:core_sysdep_time (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/linksdk/core/
A Daiot_http_api.c172 uint64_t timenow_ms = http_handle->sysdep->core_sysdep_time(); in _core_http_recv_auth()
175 if (timenow_ms >= http_handle->sysdep->core_sysdep_time()) { in _core_http_recv_auth()
176 timenow_ms = http_handle->sysdep->core_sysdep_time(); in _core_http_recv_auth()
178 if (http_handle->sysdep->core_sysdep_time() - timenow_ms >= http_handle->auth_timeout_ms) { in _core_http_recv_auth()
479 timenow_ms = http_handle->sysdep->core_sysdep_time(); in aiot_http_recv()
481 if (timenow_ms >= http_handle->sysdep->core_sysdep_time()) { in aiot_http_recv()
482 timenow_ms = http_handle->sysdep->core_sysdep_time(); in aiot_http_recv()
484 if (http_handle->sysdep->core_sysdep_time() - timenow_ms >= http_handle->recv_timeout_ms) { in aiot_http_recv()
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_sysdep_api.h84 uint64_t (*core_sysdep_time)(void); member
A Daiot_mqtt_api.c1255 mqtt_handle->nwkstats_info.connect_timestamp = mqtt_handle->sysdep->core_sysdep_time(); in _core_mqtt_connect()
1264 mqtt_handle->nwkstats_info.connect_time_used = mqtt_handle->sysdep->core_sysdep_time() \ in _core_mqtt_connect()
1417 node->last_send_time = mqtt_handle->sysdep->core_sysdep_time(); in _core_mqtt_publist_insert()
1583 time_now = mqtt_handle->sysdep->core_sysdep_time(); in _core_mqtt_repub()
1731 time_now = mqtt_handle->sysdep->core_sysdep_time(); in _core_mqtt_reconnect()
1800 uint64_t rtt = mqtt_handle->sysdep->core_sysdep_time() \ in _core_mqtt_pingresp_handler()
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()
2681 time_ent_ms = mqtt_handle->sysdep->core_sysdep_time(); in _mqtt_connect_with_prop()
2702 uint64_t time_ms = mqtt_handle->sysdep->core_sysdep_time(); in _mqtt_connect_with_prop()
[all …]
/AliOS-Things-master/components/linksdk/components/dynreg/
A Daiot_dynreg_api.c261 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()
463 timenow_ms = dynreg_handle->sysdep->core_sysdep_time(); in aiot_dynreg_recv()
465 if (timenow_ms >= dynreg_handle->sysdep->core_sysdep_time()) { in aiot_dynreg_recv()
466 timenow_ms = dynreg_handle->sysdep->core_sysdep_time(); in aiot_dynreg_recv()
468 if (dynreg_handle->sysdep->core_sysdep_time() - timenow_ms >= dynreg_handle->timeout_ms) { in aiot_dynreg_recv()
/AliOS-Things-master/components/linksdk/components/ntp/
A Daiot_ntp_api.c53 utc = (srt + sst + ntp_handle->sysdep->core_sysdep_time() - dst) / 2; in _ntp_recv_handler()
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()
321 core_uint642str(ntp_handle->sysdep->core_sysdep_time(), time_str, NULL); in aiot_ntp_send_request()
/AliOS-Things-master/components/linksdk/core/sysdep/
A Dcore_sysdep.c15 g_sysdep_portfile->core_sysdep_time == NULL || in aiot_sysdep_get_portfile()
/AliOS-Things-master/components/linksdk/components/bootstrap/
A Daiot_bootstrap_api.c479 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()
648 timenow_ms = bootstrap_handle->sysdep->core_sysdep_time(); in aiot_bootstrap_recv()
650 if (timenow_ms >= bootstrap_handle->sysdep->core_sysdep_time()) { in aiot_bootstrap_recv()
651 timenow_ms = bootstrap_handle->sysdep->core_sysdep_time(); in aiot_bootstrap_recv()
653 … if (bootstrap_handle->sysdep->core_sysdep_time() - timenow_ms >= bootstrap_handle->timeout_ms) { in aiot_bootstrap_recv()
/AliOS-Things-master/components/linksdk/components/dynreg-mqtt/
A Daiot_dynregmq_api.c463 timenow_ms = dynregmq_handle->sysdep->core_sysdep_time(); in aiot_dynregmq_recv()
465 if (timenow_ms >= dynregmq_handle->sysdep->core_sysdep_time()) { in aiot_dynregmq_recv()
466 timenow_ms = dynregmq_handle->sysdep->core_sysdep_time(); in aiot_dynregmq_recv()
468 … if (dynregmq_handle->sysdep->core_sysdep_time() - timenow_ms >= dynregmq_handle->timeout_ms) { in aiot_dynregmq_recv()
/AliOS-Things-master/components/linksdk/components/logpost/
A Daiot_logpost_api.c123 core_uint642str(handle->sysdep->core_sysdep_time(), timestamp_str, NULL); in _logpost_send_nwkstats_rtt()
236 if ((logpost_handle->sysdep->core_sysdep_time() - logpost_handle->last_post_time) \ in _logpost_process_handler()
238 logpost_handle->last_post_time = logpost_handle->sysdep->core_sysdep_time(); in _logpost_process_handler()
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_http.c445 timenow_ms = http_handle->sysdep->core_sysdep_time(); in _core_http_recv_header()
447 if (timenow_ms > http_handle->sysdep->core_sysdep_time()) { in _core_http_recv_header()
448 timenow_ms = http_handle->sysdep->core_sysdep_time(); in _core_http_recv_header()
450 if (http_handle->sysdep->core_sysdep_time() - timenow_ms >= http_handle->recv_timeout_ms) { in _core_http_recv_header()
A Dcore_log.c23 uint64_t timenow = sysdep->core_sysdep_time(); in _core_log_get_timestamp()
160 g_core_log.time_start = sysdep->core_sysdep_time(); in core_log_set_timestamp()
/AliOS-Things-master/components/linksdk/components/devinfo/
A Daiot_devinfo_api.c353 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/diag/
A Daiot_diag_api.c684 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()
/AliOS-Things-master/components/linksdk/components/subdev/
A Daiot_subdev_api.c611 core_uint642str(subdev_handle->sysdep->core_sysdep_time(), timestamp, NULL); in aiot_subdev_send_topo_add()
755 core_uint642str(subdev_handle->sysdep->core_sysdep_time(), timestamp, NULL); in aiot_subdev_send_batch_login()
/AliOS-Things-master/components/linksdk/portfiles/aiot_port/
A Daos_port.c145 uint64_t core_sysdep_time(void) in core_sysdep_time() function
1247 core_sysdep_time,

Completed in 26 milliseconds