Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_cmd.c34 at_cmd_func *at_find_proc_func(const at_cmd_attr *cmd_parsed) in at_find_proc_func()
43 at_cmd_func *cmd_func = (at_cmd_func *) ((cmd_list->at_cmd_list[i] + j)); in at_find_proc_func()
H A Dat_cmd.h30 at_cmd_func *at_find_proc_func(const at_cmd_attr *cmd_parsed);
H A Dhi_at.c558 static hi_u32 check_name_and_callback(const at_cmd_func_list *ctx, hi_u8 tbl_index, HI_CONST at_cmd_func *cmd_tbl, in check_name_and_callback()
566 HI_CONST at_cmd_func *cmd_func = (at_cmd_func *)((ctx->at_cmd_list[tbl_index] + i)); in check_name_and_callback()
583 static hi_u32 check_cmd_tbl(HI_CONST at_cmd_func *cmd_tbl, hi_u16 cmd_num) in check_cmd_tbl()
612 hi_u32 hi_at_register_cmd(HI_CONST at_cmd_func *cmd_tbl, hi_u16 cmd_num) in hi_at_register_cmd()
H A Dat.h73 HI_CONST at_cmd_func *at_cmd_list[AT_CMD_LIST_NUM]; /* user input at cmd list */
H A Dat_hipriv.c353 const at_cmd_func g_at_hipriv_func_tbl[] = {
373 const at_cmd_func g_at_hipriv_factory_test_func_tbl[] = {
H A Dhidumper_adapter_impl.c62 static const at_cmd_func g_hidumperAT[] = {
H A Dat.c45 hi_u32 at_cmd_excute(const at_cmd_func *cmd_func, at_cmd_attr *cmd_parsed) in at_cmd_excute()
120 at_cmd_func *cmd_func = HI_NULL; in at_func_process()
H A Dat_io.c304 const at_cmd_func g_at_io_func_tbl[] = {
H A Dat_general.c416 at_cmd_func *cmd_func = (at_cmd_func *) ((cmd_list->at_cmd_list[i] + j)); in at_exe_help_cmd()
1586 const at_cmd_func g_at_general_func_tbl[] = {
1625 const at_cmd_func g_at_general_factory_test_func_tbl[] = {
H A Dat_wifi.c947 const at_cmd_func g_sta_func_tbl[] = {
978 const at_cmd_func g_sta_factory_test_func_tbl[] = {
1192 const at_cmd_func g_at_ap_func_tbl[] = {
1372 const at_cmd_func g_at_mesh_func_tbl[] = {
H A Dat_lowpower.c448 const at_cmd_func g_at_lowpower_func_tbl[] = {
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_at.h33 } at_cmd_func; typedef
85 * @param cmd_tbl [IN] type #at_cmd_func*,Command table, which must be declared as a constant array and
101 hi_u32 hi_at_register_cmd(HI_CONST at_cmd_func *cmd_tbl, hi_u16 cmd_num);
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/
H A Dohos_main.c26 static const at_cmd_func G_OHOS_AT_FUNC_TBL[] = {

Completed in 11 milliseconds