Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cmd_func
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at_cmd.c
43
at_cmd_func *
cmd_func
= (at_cmd_func *) ((cmd_list->at_cmd_list[i] + j));
in at_find_proc_func()
local
44
if ((cmd_parsed->at_cmd_len ==
cmd_func
->at_cmd_len) &&
in at_find_proc_func()
45
(strcmp(cmd_parsed->cmd_name,
cmd_func
->at_cmd_name) == 0)) {
in at_find_proc_func()
46
return
cmd_func
;
in at_find_proc_func()
H
A
D
at.c
45
hi_u32 at_cmd_excute(const at_cmd_func *
cmd_func
, at_cmd_attr *cmd_parsed)
in at_cmd_excute()
argument
49
if (
cmd_func
== HI_NULL || cmd_parsed == HI_NULL) {
in at_cmd_excute()
54
if (
cmd_func
->at_test_cmd) {
in at_cmd_excute()
55
ret =
cmd_func
->at_test_cmd((hi_s32)cmd_parsed->at_param_cnt,
in at_cmd_excute()
63
if (
cmd_func
->at_query_cmd) {
in at_cmd_excute()
64
ret =
cmd_func
->at_query_cmd((hi_s32)cmd_parsed->at_param_cnt,
in at_cmd_excute()
72
if (
cmd_func
->at_setup_cmd) {
in at_cmd_excute()
73
ret =
cmd_func
->at_setup_cmd((hi_s32)cmd_parsed->at_param_cnt,
in at_cmd_excute()
81
if (
cmd_func
->at_exe_cmd) {
in at_cmd_excute()
82
ret =
cmd_func
in at_cmd_excute()
120
at_
cmd_func
*
cmd_func
= HI_NULL;
at_func_process()
local
[all...]
H
A
D
hi_at.c
566
HI_CONST at_cmd_func *
cmd_func
= (at_cmd_func *)((ctx->at_cmd_list[tbl_index] + i));
in check_name_and_callback()
local
569
if (((
cmd_func
->at_cmd_len == cmd_tbl[j].at_cmd_len) &&
in check_name_and_callback()
570
(strcmp(
cmd_func
->at_cmd_name, cmd_tbl[j].at_cmd_name) == 0)) ||
in check_name_and_callback()
571
((cmd_tbl[j].at_test_cmd != HI_NULL) && (
cmd_func
->at_test_cmd == cmd_tbl[j].at_test_cmd)) ||
in check_name_and_callback()
572
((cmd_tbl[j].at_query_cmd != HI_NULL) && (
cmd_func
->at_query_cmd == cmd_tbl[j].at_query_cmd)) ||
in check_name_and_callback()
573
((cmd_tbl[j].at_setup_cmd != HI_NULL) && (
cmd_func
->at_setup_cmd == cmd_tbl[j].at_setup_cmd)) ||
in check_name_and_callback()
574
((cmd_tbl[j].at_exe_cmd != HI_NULL) && (
cmd_func
->at_exe_cmd == cmd_tbl[j].at_exe_cmd))) {
in check_name_and_callback()
H
A
D
at_general.c
416
at_cmd_func *
cmd_func
= (at_cmd_func *) ((cmd_list->at_cmd_list[i] + j));
in at_exe_help_cmd()
local
418
hi_at_printf("AT%-16s ",
cmd_func
->at_cmd_name);
in at_exe_help_cmd()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H
A
D
cmd_loop.c
65
typedef hi_u32(*
cmd_func
) (const uart_ctx *cmd_ctx);
typedef
69
cmd_func
cmdfunc;
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H
A
D
drv_hdmi_debug.c
157
typedef hi_s32 (*
cmd_func
)(hdmi_debug_cmd_arg *cmd_arg);
typedef
162
cmd_func
fn_cmd_func;
2377
debug_func
cmd_func
;
member
3032
ret = g_frl_debug[i].
cmd_func
(cmd_arg, hdmi_dev);
in debug_frl()
Completed in 11 milliseconds