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:into_raw
(Results
1 - 8
of
8
) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/rust/src/
H
A
D
adapter.rs
91
Ok(Box::
into_raw
(Box::new(reader)) as *mut c_void)
113
str: line.
into_raw
(),
116
Ok(Box::
into_raw
(Box::new(item)))
165
str: par_path.
into_raw
(),
168
return Ok(Box::
into_raw
(Box::new(item)));
190
str: s.
into_raw
(),
195
Box::
into_raw
(Box::new(result))
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/
H
A
D
exts.rs
31
RegisterAbility(self.inner.
into_raw
());
in register()
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/cxx/
H
A
D
system_ability_wrapper.cpp
32
this->ability_ = ability_.
into_raw
();
in SystemAbilityWrapper()
72
auto stub = sptr<RemoteServiceStub>::MakeSptr(ability.
into_raw
());
in PublishWrapper()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H
A
D
mod.rs
127
Box::
into_raw
(Box::new(self))
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H
A
D
msg.rs
77
pub fn
into_raw
(self) -> *mut MessageParcel {
in into_raw()
functions
79
ParcelMem::Unique(p) => p.
into_raw
(),
in into_raw()
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H
A
D
remote_object_wrapper.cpp
193
auto raw = stub.
into_raw
();
in FromRemoteStub()
/foundation/communication/ipc/interfaces/innerkits/rust/tests/
H
A
D
interactive.rs
134
let mut reply = unsafe { MsgParcel::from_ptr(ReadAndWrite(msg.
into_raw
())) };
in interactive_msg_parcel_write()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H
A
D
system_ability_manager_wrapper.cpp
232
auto stub = sptr<RemoteServiceStub>::MakeSptr(ability.
into_raw
());
in AddSystemAbility()
Completed in 8 milliseconds