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:ERR_GENERIC
(Results
1 - 24
of
24
) sorted by relevance
/developtools/hdc/src/host/
H
A
D
host_uart.cpp
262
winRet =
ERR_GENERIC
;
in EnumSerialPort()
269
winRet =
ERR_GENERIC
;
in EnumSerialPort()
279
winRet =
ERR_GENERIC
;
in EnumSerialPort()
285
winRet =
ERR_GENERIC
;
in EnumSerialPort()
293
winRet =
ERR_GENERIC
;
in EnumSerialPort()
354
ret =
ERR_GENERIC
;
in EnumSerialPort()
361
ret =
ERR_GENERIC
;
in EnumSerialPort()
384
ret =
ERR_GENERIC
;
in EnumSerialPort()
394
ret =
ERR_GENERIC
;
in EnumSerialPort()
400
ret =
ERR_GENERIC
;
in EnumSerialPort()
[all...]
H
A
D
server.cpp
851
return
ERR_GENERIC
;
in CreateConnect()
872
return
ERR_GENERIC
;
in CreateConnect()
H
A
D
server_for_client.cpp
821
return
ERR_GENERIC
;
in ChannelHandShake()
846
return
ERR_GENERIC
;
in ReadChannel()
H
A
D
host_usb.cpp
661
int ret =
ERR_GENERIC
;
in SendUSBRaw()
H
A
D
client.cpp
390
return
ERR_GENERIC
;
in ConnectServerForClient()
/developtools/hdc/hdc_rust/src/cffi/
H
A
D
usb_types.h
45
constexpr int
ERR_GENERIC
= -1;
variable
H
A
D
uart.cpp
377
return
ERR_GENERIC
;
383
return
ERR_GENERIC
;
397
return
ERR_GENERIC
;
410
return
ERR_GENERIC
;
443
return
ERR_GENERIC
;
446
return
ERR_GENERIC
;
H
A
D
oh_usb.cpp
84
return
ERR_GENERIC
;
in ConfigEpPoint()
91
return
ERR_GENERIC
;
in OpenEpPoint()
H
A
D
uart.h
76
const int
ERR_GENERIC
= -1;
variable
/developtools/hdc/src/test/jdwp/
H
A
D
define.h
34
ERR_GENERIC
= -1,
member in RetErrCode
H
A
D
HdcJdwpSimulator.cpp
43
RetErrCode ret = RetErrCode::
ERR_GENERIC
;
in SendToStream()
46
return RetErrCode::
ERR_GENERIC
;
in SendToStream()
51
return RetErrCode::
ERR_GENERIC
;
in SendToStream()
63
return RetErrCode::
ERR_GENERIC
;
in SendToStream()
/developtools/hdc/src/daemon/
H
A
D
shell.cpp
198
return
ERR_GENERIC
;
in ThreadFork()
223
return reinterpret_cast<void *>(
ERR_GENERIC
);
in ShellFork()
302
ret =
ERR_GENERIC
;
in StartShell()
H
A
D
daemon_bridge.cpp
140
return
ERR_GENERIC
;
in Initial()
H
A
D
daemon_tcp.cpp
150
return
ERR_GENERIC
;
in Initial()
H
A
D
daemon_usb.cpp
151
int ret =
ERR_GENERIC
;
in ConnectEPPoint()
451
int ret =
ERR_GENERIC
;
in UsbToStream()
659
int ret =
ERR_GENERIC
;
in LoopUSBRead()
H
A
D
daemon_uart.cpp
137
int ret =
ERR_GENERIC
;
in OpenUartDevice()
H
A
D
jdwp.cpp
696
return
ERR_GENERIC
;
in CreateFdEventPoll()
/developtools/hdc/src/common/
H
A
D
async_cmd.cpp
176
return
ERR_GENERIC
;
in ThreadFork()
218
return reinterpret_cast<void *>(
ERR_GENERIC
);
in Popen()
H
A
D
define_enum.h
87
ERR_GENERIC
= -1,
enumerator
H
A
D
tcp.cpp
139
cnt =
ERR_GENERIC
;
in WriteUvTcpFd()
H
A
D
uart.cpp
146
return
ERR_GENERIC
;
in SetSerial()
150
return
ERR_GENERIC
;
in SetSerial()
166
return
ERR_GENERIC
;
in SetSerial()
184
return
ERR_GENERIC
;
in SetSerial()
218
return
ERR_GENERIC
;
in SetSerial()
222
return
ERR_GENERIC
;
in SetSerial()
H
A
D
session.cpp
910
return
ERR_GENERIC
;
in DecryptPayload()
917
int ret =
ERR_GENERIC
;
in OnRead()
H
A
D
base.cpp
889
int ret =
ERR_GENERIC
;
in SendToStreamEx()
/developtools/hdc/test/unittest/common/
H
A
D
host_uart_test.cpp
490
EXPECT_EQ(mockHostUART.StartupUARTWork(),
ERR_GENERIC
);
in HWTEST_F()
496
EXPECT_EQ(mockHostUART.StartupUARTWork(),
ERR_GENERIC
);
in HWTEST_F()
Completed in 23 milliseconds