Lines Matching refs:content
118 char *content = NULL; in _logpost_send_nwkstats_rtt() local
124 res = core_sprintf(handle->sysdep, &content, content_fmt, content_src, 2, LOGPOST_MODULE_NAME); in _logpost_send_nwkstats_rtt()
135 msg.content = content; /* 日志内容 */ in _logpost_send_nwkstats_rtt()
138 handle->sysdep->core_sysdep_free(content); in _logpost_send_nwkstats_rtt()
153 char *content = NULL; in _logpost_send_nwkstats_conn() local
177 …res = core_sprintf(handle->sysdep, &content, content_fmt, content_src, content_src_cnt, LOGPOST_MO… in _logpost_send_nwkstats_conn()
188 msg.content = content; /* 日志内容 */ in _logpost_send_nwkstats_conn()
191 handle->sysdep->core_sysdep_free(content); in _logpost_send_nwkstats_conn()
356 if (NULL == msg->content) { in aiot_logpost_send()
359 if (strlen(msg->content) > LOGPOST_CONTENT_MAXIMUM_LEN) { in aiot_logpost_send()
396 … { id_string, utc, logpost_loglevel[msg->loglevel], msg->module_name, code, msg_id, msg->content }; in aiot_logpost_send()