Searched refs:cli_printf (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/cli/src/ |
A D | cli.c | 134 cli_printf("\r\n"); in proc_onecmd() 329 cli_printf("\r\n"); in cli_tab_complete() 334 cli_printf("%s", inbuf); in cli_tab_complete() 541 cli_printf("\r\n"); in cli_tab_complete_path() 564 cli_printf("\r\n"); in cli_tab_complete_path() 589 cli_printf("%s", inbuf); in cli_tab_complete_path() 1031 cli_printf("\r\n%s\r\n", in cli_main() 1085 cli_printf("\r\n"); in cli_main() 1127 cli_printf("\r\n"); in cli_main_panic() 1184 cli_printf( in help_cmd() [all …]
|
/AliOS-Things-master/components/kv/src/ |
A D | kv_cli.c | 12 extern int32_t cli_printf(const char *fmt, ...); 40 cli_printf("%s = %s\r\n", p_key, p_val); in __item_print_cb() 65 cli_printf("cli set kv failed %d.\r\n", res); in handle_kv_cmd() 74 cli_printf("there is no space\r\n"); in handle_kv_cmd() 81 cli_printf("cli: no paired kv\r\n"); in handle_kv_cmd() 83 cli_printf("value is %s\r\n", buffer); in handle_kv_cmd() 96 cli_printf("cli kv del failed %d\r\n", res); in handle_kv_cmd() 122 cli_printf("cli: no paired kv\r\n"); in handle_kv_cmd() 124 cli_printf("value is %d\r\n", num); in handle_kv_cmd() 127 cli_printf("kv list before clear:\r\n", res); in handle_kv_cmd() [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/aos/ |
A D | aos.c | 205 cli_printf("----- PC Addr ------\r\n"); in alios_debug_pc_show() 206 …cli_printf("addr 1 : 0x%08x ~ 0x%08x\r\n", (uint32_t)__sram_text_start__, (uint32_t)__sram_text_en… in alios_debug_pc_show() 207 …cli_printf("addr 2 : 0x%08x ~ 0x%08x\r\n", (uint32_t)__flashx_text_start__, (uint32_t)__flashx_tex… in alios_debug_pc_show()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | hal_trace.h | 359 int32_t cli_printf(const char *buffer, ...);
|
Completed in 8 milliseconds