Searched refs:out_cmd_line (Results 1 - 1 of 1) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at.c | 117 hi_u32 at_func_process(hi_char *out_cmd_line, at_cmd_attr *cmd_parsed) in at_func_process() argument 121 at_get_cmd_name(out_cmd_line, cmd_parsed); in at_func_process() 127 ret = at_cmd_parse(out_cmd_line, cmd_parsed); in at_func_process() 145 hi_char *out_cmd_line = HI_NULL; in at_cmd_process() local 157 out_cmd_line = (hi_char *)hi_malloc(HI_MOD_ID_SAL_DFX, at_cmd_line_len); in at_cmd_process() 158 if (out_cmd_line == HI_NULL) { in at_cmd_process() 163 memset_s(out_cmd_line, at_cmd_line_len, 0, at_cmd_line_len); in at_cmd_process() 165 ret = (hi_u32)strncpy_s(out_cmd_line, at_cmd_line_len, at_cmd_line, at_cmd_line_len - 1); in at_cmd_process() 169 hi_free(HI_MOD_ID_SAL_DFX, out_cmd_line); in at_cmd_process() 172 out_cmd_line[at_cmd_line_le in at_cmd_process() [all...] |
Completed in 1 milliseconds