Searched refs:LOG_LIST_PREFIX (Results 1 – 2 of 2) sorted by relevance
33 #define LOG_LIST_PREFIX "{\"time\":\"%s\",list:[" macro
74 if(NULL!=buf && (len>=strlen(LOG_LIST_PREFIX)+strlen(LOG_LIST_SUFFIX)+1) ) { in aos_get_ulog_list()82 …snprintf(buf, len-strlen(LOG_LIST_SUFFIX)-1, LOG_LIST_PREFIX, ulog_format_time(time_buf, sizeof(ti… in aos_get_ulog_list()
Completed in 3 milliseconds