Searched refs:aos_get_ulog_list (Results 1 – 4 of 4) sorted by relevance
32 if (0 == aos_get_ulog_list(show_log_list_buffer, sizeof(show_log_list_buffer))) { in ulog_example()
59 aos_cli_printf("get ulog list %d\n", aos_get_ulog_list(buf, 512)); in cmd_cli_ulog()183 if (0 == aos_get_ulog_list(buf, 1024)) { in on_ulog_handler()
71 int aos_get_ulog_list(char* buf, const unsigned short len) in aos_get_ulog_list() function
215 int aos_get_ulog_list(char *buf, const unsigned short len);
Completed in 5 milliseconds