Searched refs:core_uint642str (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/linksdk/components/logpost/ |
A D | aiot_logpost_api.c | 122 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 D | aiot_diag_api.c | 159 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 D | core_string.h | 25 int32_t core_uint642str(uint64_t input, char *output, uint8_t *output_len);
|
A D | core_string.c | 55 int32_t core_uint642str(uint64_t input, char *output, uint8_t *output_len) in core_uint642str() function
|
A D | core_log.c | 89 core_uint642str(timenow, timestamp_str, ×tamp_len); in _core_log_append_prefix()
|
/AliOS-Things-master/components/linksdk/components/shadow/ |
A D | aiot_shadow_api.c | 67 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 D | aiot_ntp_api.c | 321 core_uint642str(ntp_handle->sysdep->core_sysdep_time(), time_str, NULL); in aiot_ntp_send_request()
|
/AliOS-Things-master/components/linksdk/components/subdev/ |
A D | aiot_subdev_api.c | 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()
|
/AliOS-Things-master/components/linksdk/components/data-model/ |
A D | aiot_dm_api.c | 280 core_uint642str(msg_id, id_string, NULL); in _dm_send_alink_rsp()
|
/AliOS-Things-master/components/linksdk/core/ |
A D | aiot_mqtt_api.c | 3275 core_uint642str(timestamp, buffer + strlen(buffer), NULL); in _mqtt_pub_with_prop()
|
Completed in 33 milliseconds