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:consoleID
(Results
1 - 11
of
11
) sorted by relevance
/kernel/liteos_a/kernel/common/
H
A
D
console.c
569
UINT32
consoleID
;
in ConsoleOpen()
local
573
consoleID
= (UINT32)OsConsoleFullpathToID(filep->f_path);
in ConsoleOpen()
574
if (
consoleID
== (UINT32)-1) {
in ConsoleOpen()
578
filep->f_priv = g_console[
consoleID
- 1];
in ConsoleOpen()
901
ret = ConsoleTaskReg(consoleCB->
consoleID
, arg);
in ConsoleIoctl()
1165
initParam.pcName = (consoleCB->
consoleID
== CONSOLE_SERIAL) ? "SendToSer" : "SendToTelnet";
in OsConsoleBufInit()
1188
STATIC CONSOLE_CB *OsConsoleCBInit(UINT32
consoleID
)
in OsConsoleCBInit()
argument
1196
consoleCB->
consoleID
=
consoleID
;
in OsConsoleCBInit()
1215
STATIC CONSOLE_CB *OsConsoleCreate(UINT32
consoleID
, cons
argument
1296
INT32
consoleID
;
system_console_init()
local
1378
INT32
consoleID
;
ConsoleEnable()
local
1415
ConsoleTaskReg(INT32
consoleID
, UINT32 taskID)
ConsoleTaskReg()
argument
1477
INT32
consoleID
;
ConsoleUpdateFd()
local
1503
OsGetConsoleByID(INT32
consoleID
)
OsGetConsoleByID()
argument
1513
INT32
consoleID
= g_taskConsoleIDArray[taskID];
OsGetConsoleByTaskID()
local
[all...]
H
A
D
console.h
80
UINT32
consoleID
;
member
109
extern CONSOLE_CB *OsGetConsoleByID(INT32
consoleID
);
111
extern INT32 ConsoleTaskReg(INT32
consoleID
, UINT32 taskID);
/kernel/liteos_a/shell/full/src/base/
H
A
D
shmsg.c
335
CONSOLE_CB *consoleCB = OsGetConsoleByID((INT32)shellCB->
consoleID
);
in ShellEntry()
414
if (shellCB->
consoleID
== CONSOLE_SERIAL) {
in ShellTaskInit()
416
} else if (shellCB->
consoleID
== CONSOLE_TELNET) {
in ShellTaskInit()
440
if (shellCB->
consoleID
== CONSOLE_SERIAL) {
in ShellEntryInit()
442
} else if (shellCB->
consoleID
== CONSOLE_TELNET) {
in ShellEntryInit()
457
(VOID)ConsoleTaskReg((INT32)shellCB->
consoleID
, shellCB->shellEntryHandle);
in ShellEntryInit()
H
A
D
show.c
76
shellCB->
consoleID
= (UINT32)consoleId;
/kernel/liteos_a/apps/shell/include/
H
A
D
shell.h
72
unsigned int
consoleID
;
member
/kernel/liteos_a/shell/full/include/
H
A
D
shell.h
87
UINT32
consoleID
;
member
/kernel/liteos_m/components/shell/include/
H
A
D
shell.h
86
UINT32
consoleID
;
member
/kernel/liteos_a/kernel/include/
H
A
D
los_task.h
514
UINT16
consoleID
; /**< The console id of task belongs */
member
/kernel/liteos_a/kernel/base/core/
H
A
D
los_task.c
1390
initParam->
consoleID
= processCB->
consoleID
;
in OsCreateUserTask()
1406
initParam->
consoleID
= 0;
in OsCreateUserTask()
H
A
D
los_process.c
2086
childProcessCB->
consoleID
= runProcessCB->
consoleID
;
in OsCopyFile()
/kernel/liteos_a/kernel/base/include/
H
A
D
los_process_pri.h
90
UINT16
consoleID
; /**< The console id of task belongs */
member
Completed in 12 milliseconds