Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_parse.c73 hi_u32 cmd_parse_para_get(hi_u32 *value, hi_char *para_token_str) in cmd_parse_para_get() argument
75 if ((para_token_str == NULL) || (value == NULL)) { in cmd_parse_para_get()
82 value_in_len = strlen(para_token_str) + 1; in cmd_parse_para_get()
91 ret = (hi_u32)strncpy_s(value_in, value_in_len, para_token_str, strlen(para_token_str)); in cmd_parse_para_get()
98 ret = at_param_shift(value_in, para_token_str, value_in_len); in cmd_parse_para_get()
104 *value = (hi_u32)(uintptr_t)para_token_str; in cmd_parse_para_get()

Completed in 1 milliseconds