Home
last modified time | relevance | path

Searched refs:cmds (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/components/cli/src/
A Dcli_aos.c42 int aos_cli_register_commands(const struct cli_command *cmds, int num) in aos_cli_register_commands() argument
44 return _cli_to_aos_res(cli_register_commands((struct cli_command *)cmds, num)); in aos_cli_register_commands()
47 int aos_cli_unregister_commands(const struct cli_command *cmds, int num) in aos_cli_unregister_commands() argument
49 return _cli_to_aos_res(cli_unregister_commands((struct cli_command *)cmds, num)); in aos_cli_unregister_commands()
A Dcli.c57 const struct cli_command *cmds[CLI_MAX_COMMANDS]; member
95 if (g_cli->cmds[i]->name == NULL) { in lookup_command()
102 return g_cli->cmds[i]; in lookup_command()
106 return g_cli->cmds[i]; in lookup_command()
302 if (g_cli->cmds[i]->name != NULL) { in cli_tab_complete()
306 fm = g_cli->cmds[i]->name; in cli_tab_complete()
1288 if (g_cli->cmds[i] == cmd) { in cli_register_command()
1293 g_cli->cmds[g_cli->num++] = cmd; in cli_register_command()
1311 if (g_cli->cmds[i] == cmd) { in cli_unregister_command()
1316 memmove(&g_cli->cmds[i], &g_cli->cmds[i + 1], in cli_unregister_command()
[all …]
A Dcli_api.h79 int32_t cli_register_commands(const struct cli_command *cmds, int32_t num);
90 int32_t cli_unregister_commands(const struct cli_command *cmds, int32_t num);
/AliOS-Things-master/components/cli/
A DREADME.md11 - fs cmds support
203 const struct cli_command cmds[] = {
208 ret = aos_cli_register_commands(&cmds, sizeof(cmds) / sizeof(struct cli_command));
211 aos_cli_printf("test cmds register fail\r\n");
263 const struct cli_command cmds[] = {
282 ret = aos_cli_register_commands(&cmds, sizeof(cmds) / sizeof(struct cli_command));
285 aos_cli_printf("test cmds register fail\r\n");
/AliOS-Things-master/components/cli/include/aos/
A Dcli.h91 int aos_cli_register_commands(const struct cli_command *cmds, int num);
102 int aos_cli_unregister_commands(const struct cli_command *cmds, int num);
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci_raw.h131 void bt_hci_raw_cmd_ext_register(struct bt_hci_raw_cmd_ext *cmds, size_t size);
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_raw.c311 void bt_hci_raw_cmd_ext_register(struct bt_hci_raw_cmd_ext *cmds, size_t size) in bt_hci_raw_cmd_ext_register() argument
314 cmd_ext = cmds; in bt_hci_raw_cmd_ext_register()
A Dhci_api.c1007 struct bt_hci_rp_vs_read_supported_commands *cmds; in hci_vs_init() member
1058 rp.cmds = (void *)rsp->data; in hci_vs_init()
1059 memcpy(bt_dev.vs_commands, rp.cmds->commands, BT_DEV_VS_CMDS_MAX); in hci_vs_init()
A Dhci_core.c6947 struct bt_hci_rp_vs_read_supported_commands *cmds; in hci_vs_init() member
7012 rp.cmds = (void *)rsp->data; in hci_vs_init()
7013 memcpy(bt_dev.vs_commands, rp.cmds->commands, BT_DEV_VS_CMDS_MAX); in hci_vs_init()
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/
A Dmain.py380 cmds = {
392 need_raw_repl, is_action, num_args_min = cmds[cmd]
/AliOS-Things-master/components/SDL2/
A Dlibtool3146 eval cmds=\"$finish_eval\"
3147 $opt_dry_run || eval "$cmds" || admincmds+="
3148 $cmds"
8593 cmds=$export_symbols_cmds
8595 for cmd1 in $cmds; do
8950 # Append the command to remove temporary files to $cmds.
8965 for cmd in $cmds; do
9546 cmds=$old_archive_from_new_cmds
9605 eval cmds=\"$old_archive_cmds\"
9607 func_len " $cmds"
[all …]
/AliOS-Things-master/components/SDL2/src/image/
A Dlibtool2281 eval cmds=\"$finish_eval\"
2282 $opt_dry_run || eval "$cmds" || admincmds="$admincmds
2283 $cmds"
7496 cmds=$export_symbols_cmds
7498 for cmd in $cmds; do
7812 # Append the command to remove temporary files to $cmds.
7827 for cmd in $cmds; do
8397 cmds=$old_archive_from_new_cmds
8454 eval cmds=\"$old_archive_cmds\"
8456 func_len " $cmds"
[all …]
A Dltmain.sh1788 eval cmds=\"$finish_eval\"
1789 $opt_dry_run || eval "$cmds" || admincmds="$admincmds
1790 $cmds"
7003 cmds=$export_symbols_cmds
7005 for cmd in $cmds; do
7319 # Append the command to remove temporary files to $cmds.
7334 for cmd in $cmds; do
7904 cmds=$old_archive_from_new_cmds
7961 eval cmds=\"$old_archive_cmds\"
7963 func_len " $cmds"
[all …]
/AliOS-Things-master/components/SDL2/build-scripts/
A Dltmain.sh2707 eval cmds=\"$finish_eval\"
2708 $opt_dry_run || eval "$cmds" || func_append admincmds "
2709 $cmds"
8154 cmds=$export_symbols_cmds
8156 for cmd1 in $cmds; do
8511 # Append the command to remove temporary files to $cmds.
8526 for cmd in $cmds; do
9107 cmds=$old_archive_from_new_cmds
9166 eval cmds=\"$old_archive_cmds\"
9168 func_len " $cmds"
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/
A Dltmain.sh2707 eval cmds=\"$finish_eval\"
2708 $opt_dry_run || eval "$cmds" || func_append admincmds "
2709 $cmds"
8167 cmds=$export_symbols_cmds
8169 for cmd1 in $cmds; do
8524 # Append the command to remove temporary files to $cmds.
8539 for cmd in $cmds; do
9120 cmds=$old_archive_from_new_cmds
9179 eval cmds=\"$old_archive_cmds\"
9181 func_len " $cmds"
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dltmain.sh2707 eval cmds=\"$finish_eval\"
2708 $opt_dry_run || eval "$cmds" || func_append admincmds "
2709 $cmds"
8167 cmds=$export_symbols_cmds
8169 for cmd1 in $cmds; do
8524 # Append the command to remove temporary files to $cmds.
8539 for cmd in $cmds; do
9120 cmds=$old_archive_from_new_cmds
9179 eval cmds=\"$old_archive_cmds\"
9181 func_len " $cmds"
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dltmain.sh4026 eval cmds=\"$finish_eval\"
4027 $opt_dry_run || eval "$cmds" || func_append admincmds "
4028 $cmds"
9653 cmds=$export_symbols_cmds
9655 for cmd1 in $cmds; do
10010 # Append the command to remove temporary files to $cmds.
10025 for cmd in $cmds; do
10608 cmds=$old_archive_from_new_cmds
10667 eval cmds=\"$old_archive_cmds\"
10669 func_len " $cmds"
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dltmain.sh4026 eval cmds=\"$finish_eval\"
4027 $opt_dry_run || eval "$cmds" || func_append admincmds "
4028 $cmds"
9653 cmds=$export_symbols_cmds
9655 for cmd1 in $cmds; do
10010 # Append the command to remove temporary files to $cmds.
10025 for cmd in $cmds; do
10608 cmds=$old_archive_from_new_cmds
10667 eval cmds=\"$old_archive_cmds\"
10669 func_len " $cmds"
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dltmain.sh4026 eval cmds=\"$finish_eval\"
4027 $opt_dry_run || eval "$cmds" || func_append admincmds "
4028 $cmds"
9662 cmds=$export_symbols_cmds
9664 for cmd1 in $cmds; do
10019 # Append the command to remove temporary files to $cmds.
10034 for cmd in $cmds; do
10617 cmds=$old_archive_from_new_cmds
10676 eval cmds=\"$old_archive_cmds\"
10678 func_len " $cmds"
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/
A Dco_bt_defines.h2460 uint8_t cmds[SUPP_CMDS_LEN]; member

Completed in 147 milliseconds