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:read_buffer
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H
A
D
ipc_invoker.c
112
bwr.
read_buffer
= 0;
in BinderWrite()
368
bwr.
read_buffer
= (uintptr_t)readbuf;
in IpcJoinThread()
467
bwr.
read_buffer
= (uintptr_t)readbuf;
in IpcSendRequest()
487
bwr.
read_buffer
= (uintptr_t)readbuf;
in IpcSendRequest()
/foundation/communication/ipc/interfaces/innerkits/rust/tests/
H
A
D
parcel_remote.rs
60
let w = data.
read_buffer
(TEST_LEN).unwrap();
in parcel_remote_primitive()
210
reply.
read_buffer
(TEST_LEN).unwrap(),
in parcel_read_and_write()
H
A
D
interactive.rs
22
assert_eq!(msg.
read_buffer
("TEST".len()).unwrap(), "TEST".as_bytes());
in check_parcel()
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H
A
D
msg.rs
262
/// let data = msg.
read_buffer
().unwrap();
264
pub fn
read_buffer
(&mut self, len: usize) -> IpcResult<Vec<u8>> {
in read_buffer()
functions
829
msg.
read_buffer
(msg.readable()).unwrap()
in read_to_end()
H
A
D
wrapper.rs
601
assert_eq!(msg.
read_buffer
(msg.readable()).unwrap(), "test".as_bytes());
in primitive()
/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H
A
D
sys_binder.h
112
binder_uintptr_t
read_buffer
;
member
/foundation/communication/ipc/ipc/native/src/mock/include/
H
A
D
sys_binder.h
100
binder_uintptr_t
read_buffer
;
member
/foundation/communication/ipc/ipc/native/src/mock/source/
H
A
D
binder_invoker.cpp
1108
bwr.
read_buffer
= input_.GetData();
in TransactWithDriver()
1111
bwr.
read_buffer
= 0;
in TransactWithDriver()
Completed in 15 milliseconds