Searched refs:core_sysdep_time (Results 1 – 15 of 15) sorted by relevance
172 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()
84 uint64_t (*core_sysdep_time)(void); member
1255 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 …]
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()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()
53 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()
15 g_sysdep_portfile->core_sysdep_time == NULL || in aiot_sysdep_get_portfile()
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()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()
463 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()
123 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()
445 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()
23 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()
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()
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()
611 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()
145 uint64_t core_sysdep_time(void) in core_sysdep_time() function1247 core_sysdep_time,
Completed in 28 milliseconds