Home
last modified time | relevance | path

Searched refs:at_cmd_line (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_shellcmd.c33 unsigned int at_cmd_process(const char *at_cmd_line);
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat.c142 hi_u32 at_cmd_process(const hi_char *at_cmd_line) in at_cmd_process() argument
150 if (at_cmd_line == HI_NULL) { in at_cmd_process()
156 at_cmd_line_len = (hi_u32)strlen(at_cmd_line) + 1; 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()
H A Dat.h79 hi_u32 at_cmd_process(const hi_char *at_cmd_line);

Completed in 2 milliseconds