Home
last modified time | relevance | path

Searched refs:core_uint642str (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/linksdk/components/logpost/
A Daiot_logpost_api.c122 core_uint642str(nwkstats_info.rtt, rtt_str, NULL); in _logpost_send_nwkstats_rtt()
123 core_uint642str(handle->sysdep->core_sysdep_time(), timestamp_str, NULL); in _logpost_send_nwkstats_rtt()
161 core_uint642str(nwkstats_info.connect_timestamp, success_time, NULL); in _logpost_send_nwkstats_conn()
164 core_uint642str(nwkstats_info.connect_time_used, conn_time_str, NULL); in _logpost_send_nwkstats_conn()
165 core_uint642str(nwkstats_info.failed_timestamp, failed_time, NULL); in _logpost_send_nwkstats_conn()
407 core_uint642str(msg->msg_id, msg_id, NULL); in aiot_logpost_send()
/AliOS-Things-master/components/linksdk/components/diag/
A Daiot_diag_api.c159 core_uint642str(node->timestamp, utc_time_str, NULL); in _diag_desc_list_send()
310 core_uint642str(time_elapsed, time_elapsed_str, NULL); in _diag_mqtt_conn_report_desc_append()
320 core_uint642str(time_elapsed, time_elapsed_str, NULL); in _diag_mqtt_conn_report_desc_append()
347 core_uint642str(time_elapsed, time_elapsed_str, NULL); in _diag_mqtt_hb_report_desc_append()
357 core_uint642str(time_elapsed, time_elapsed_str, NULL); in _diag_mqtt_hb_report_desc_append()
401 core_uint642str(time_elapsed, time_elapsed_str, NULL); in _diag_alink_uplink_report_desc_append()
411 core_uint642str(time_elapsed, time_elapsed_str, NULL); in _diag_alink_uplink_report_desc_append()
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_string.h25 int32_t core_uint642str(uint64_t input, char *output, uint8_t *output_len);
A Dcore_string.c55 int32_t core_uint642str(uint64_t input, char *output, uint8_t *output_len) in core_uint642str() function
A Dcore_log.c89 core_uint642str(timenow, timestamp_str, &timestamp_len); in _core_log_append_prefix()
/AliOS-Things-master/components/linksdk/components/shadow/
A Daiot_shadow_api.c67 core_uint642str(temp, output + 1, &len); in _shadow_int642str()
73 core_uint642str(temp, output, output_len); in _shadow_int642str()
/AliOS-Things-master/components/linksdk/components/ntp/
A Daiot_ntp_api.c321 core_uint642str(ntp_handle->sysdep->core_sysdep_time(), time_str, NULL); in aiot_ntp_send_request()
/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/components/data-model/
A Daiot_dm_api.c280 core_uint642str(msg_id, id_string, NULL); in _dm_send_alink_rsp()
/AliOS-Things-master/components/linksdk/core/
A Daiot_mqtt_api.c3275 core_uint642str(timestamp, buffer + strlen(buffer), NULL); in _mqtt_pub_with_prop()

Completed in 33 milliseconds