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:try_from
(Results
1 - 8
of
8
) sorted by relevance
/developtools/hdc/hdc_rust/src/
H
A
D
config.rs
32
fn
try_from
(cmd: u8) -> Result<Self, ()> {
in try_from()
functions
163
fn
try_from
(cmd: u32) -> Result<Self, ()> {
in try_from()
functions
258
fn
try_from
(cmd: u8) -> Result<Self, ()> {
in try_from()
functions
/developtools/hdc/hdc_rust/src/tar/
H
A
D
header.rs
52
fn
try_from
(value: u8) -> Result<Self, Self::Error> {
in try_from()
functions
254
TypeFlage::
try_from
(self.typeflage[0]).unwrap_or(TypeFlage::Invalid)
in file_type()
/developtools/hdc/hdc_rust/src/transfer/
H
A
D
tcp.rs
74
let command = match HdcCommand::
try_from
(payload_protect.command_flag) {
H
A
D
uart_wrapper.rs
46
fn
try_from
(cmd: u8) -> Result<Self, ()> {
in try_from()
functions
/developtools/hdc/hdc_rust/src/common/
H
A
D
hdctransfer.rs
314
let transfer_compress_type = match CompressType::
try_from
(compress_type) {
in spawn_handler()
479
let compress_type = match CompressType::
try_from
(tbase.transfer_config.compress_type) {
in recv_and_write_file()
/developtools/hdc/hdc_rust/src/host/
H
A
D
host_app.rs
144
let mode = config::AppModeType::
try_from
(payload[0]);
H
A
D
client.rs
503
let Ok(cmd) = HdcCommand::
try_from
(u16::from_le_bytes(cmd_slice.try_into().unwrap_or_default()) as u32)
505
return Err(Error::new(io::ErrorKind::Other, "HdcCommand::
try_from
failed"));
/developtools/hdc/hdc_rust/src/host_transfer/
H
A
D
host_usb.rs
245
let command = match HdcCommand::
try_from
(payload_protect.command_flag) {
Completed in 5 milliseconds