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:error_other
(Results
1 - 5
of
5
) sorted by relevance
/developtools/hdc/hdc_rust/src/transfer/
H
A
D
usb.rs
84
return Err(utils::
error_other
("cannot access usb path".to_string()));
in usb_init()
89
return Err(utils::
error_other
("cannot open usb ep0".to_string()));
in usb_init()
94
return Err(utils::
error_other
("cannot open usb ep1".to_string()));
in usb_init()
99
return Err(utils::
error_other
("cannot open usb ep2".to_string()));
in usb_init()
140
utils::
error_other
(
in read_frame()
158
Err(utils::
error_other
("usb read error".to_string()))
in read_frame()
187
Err(utils::
error_other
("usb write failed".to_string()))
in usb_write_all()
203
Err(utils::
error_other
("usb write failed".to_string()))
in write_all()
H
A
D
uart.rs
60
return Err(utils::
error_other
("cannot access uart node".to_string()));
in uart_init()
64
return Err(utils::
error_other
("cannot open uart node".to_string()));
in uart_init()
74
return Err(utils::
error_other
("set uart config failed".to_string()));
in uart_init()
167
Err(utils::
error_other
("uart write failed".to_string()))
in write_all()
/developtools/hdc/hdc_rust/src/daemon_lib/
H
A
D
bridge.rs
109
return Err(utils::
error_other
("bridge read error".to_string()));
in read_frame()
128
Err(utils::
error_other
("usb write failed".to_string()))
in write_all()
/developtools/hdc/hdc_rust/src/
H
A
D
utils.rs
67
pub fn
error_other
(msg: String) -> Error {
in error_other()
functions
/developtools/hdc/hdc_rust/src/host_transfer/
H
A
D
host_usb.rs
156
return Err(utils::
error_other
("usb read error".to_string()));
in read_frame()
188
Err(utils::
error_other
("usb write failed".to_string()))
in write_all()
Completed in 4 milliseconds