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:InjectOffsets
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/ipc/ipc/native/src/mock/include/
H
A
D
dbinder_base_invoker_process.h
48
data.
InjectOffsets
(reinterpret_cast<binder_uintptr_t>(reinterpret_cast<char *>(tr->buffer) + tr->offsets),
in ProcessTransaction()
321
data.
InjectOffsets
(reinterpret_cast<binder_uintptr_t>(tr->buffer + tr->offsets), objCount);
in OverrideMessageParcelData()
H
A
D
dbinder_base_invoker_object.h
374
reply->
InjectOffsets
(
in HandleReply()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H
A
D
rs_ashmem_helper.cpp
282
dataParcel->
InjectOffsets
(reinterpret_cast<binder_size_t>(offsets), offsetSize);
in ParseFromAshmemParcel()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H
A
D
parcel.cpp
106
void Parcel::
InjectOffsets
(binder_size_t offsets, size_t offsetSize)
in InjectOffsets()
function in OHOS::Parcel
H
A
D
parcel.h
659
void
InjectOffsets
(binder_size_t offsets, size_t offsetSize);
/foundation/communication/ipc/ipc/native/src/mock/source/
H
A
D
binder_invoker.cpp
808
data->
InjectOffsets
(tr.data.ptr.offsets, tr.offsets_size / sizeof(binder_size_t));
in Transaction()
958
reply->
InjectOffsets
(tr->data.ptr.offsets, tr->offsets_size / sizeof(binder_size_t));
in HandleReply()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H
A
D
rs_render_service_connection_stub.cpp
223
parcelCopied->
InjectOffsets
(old.GetObjectOffsets(), objectNum);
in CopyParcelIfNeed()
Completed in 14 milliseconds