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:readPosition
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/ipc/ipc/native/src/c_api/source/
H
A
D
ipc_cparcel.cpp
357
size_t
readPosition
= parcel->msgParcel->GetReadPosition();
in OH_IPCParcel_ReadInterfaceToken()
local
361
parcel->msgParcel->RewindRead(
readPosition
);
in OH_IPCParcel_ReadInterfaceToken()
370
parcel->msgParcel->RewindRead(
readPosition
);
in OH_IPCParcel_ReadInterfaceToken()
375
parcel->msgParcel->RewindRead(
readPosition
);
in OH_IPCParcel_ReadInterfaceToken()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_pixelmap.cpp
437
const size_t
readPosition
= context.parcel.GetReadPosition();
in UnmarshalFromDMA()
local
447
CacheImage(id, imageData, context.parcel.GetReadPosition() -
readPosition
, bufferHandle);
in UnmarshalFromDMA()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H
A
D
moving_photo_file_utils.cpp
160
off_t
readPosition
= fileSize >= offset ? fileSize - offset : 0;
in GetExtraData()
local
161
if (lseek(fd.Get(),
readPosition
, SEEK_SET) == E_ERR) {
in GetExtraData()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H
A
D
rs_marshalling_helper.cpp
1450
auto
readPosition
= parcel.GetReadPosition();
in Unmarshalling()
local
1454
if (
readPosition
> PIXELMAP_UNMARSHALLING_DEBUG_OFFSET &&
in Unmarshalling()
1455
parcel.RewindRead(
readPosition
- PIXELMAP_UNMARSHALLING_DEBUG_OFFSET)) {
in Unmarshalling()
Completed in 7 milliseconds