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:readAbleSize
(Results
1 - 6
of
6
) sorted by relevance
/foundation/window/window_manager/utils/include/
H
A
D
marshalling_helper.h
50
size_t
readAbleSize
= parcel.GetReadableBytes();
in UnmarshallingVectorParcelableObj()
local
52
if ((size >
readAbleSize
) || (size > data.max_size())) {
in UnmarshallingVectorParcelableObj()
61
readAbleSize
= parcel.GetReadableBytes();
in UnmarshallingVectorParcelableObj()
62
if (minDesireCapacity >
readAbleSize
) {
in UnmarshallingVectorParcelableObj()
105
size_t
readAbleSize
= parcel.GetReadableBytes();
in UnmarshallingVectorObj()
local
107
if ((size >
readAbleSize
) || (size > data.max_size())) {
in UnmarshallingVectorObj()
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H
A
D
dataobs_utils.h
234
size_t
readAbleSize
= parcel.GetReadableBytes();
in Unmarshalling()
local
235
if ((static_cast<size_t>(size) >
readAbleSize
) || static_cast<size_t>(size) > val.max_size()) {
in Unmarshalling()
290
size_t
readAbleSize
= parcel.GetReadableBytes();
in UnmarshalFromContainer()
local
292
if ((size >
readAbleSize
) || (size > val.max_size())) {
in UnmarshalFromContainer()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H
A
D
mem_mgr_stub.cpp
243
size_t
readAbleSize
= data.GetReadableBytes();
in HandleOnWindowVisibilityChanged()
local
245
if ((size >
readAbleSize
) || (size > infos.max_size())) {
in HandleOnWindowVisibilityChanged()
254
readAbleSize
= data.GetReadableBytes();
in HandleOnWindowVisibilityChanged()
255
if (minDesireCapacity >
readAbleSize
) {
in HandleOnWindowVisibilityChanged()
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H
A
D
pasteboard_service_stub.cpp
362
size_t
readAbleSize
= data.GetReadableBytes();
in OnDetectPatterns()
local
363
if (size >
readAbleSize
|| size > static_cast<uint32_t>(Pattern::PatternCount)) {
in OnDetectPatterns()
397
size_t
readAbleSize
= data.GetReadableBytes();
in OnSetGlobalShareOption()
local
398
if (size >
readAbleSize
|| size > MAX_SET_GLOBAL_SHARE_OPTION_SIZE) {
in OnSetGlobalShareOption()
H
A
D
pasteboard_service_proxy.cpp
472
size_t
readAbleSize
= reply.GetReadableBytes();
in GetGlobalShareOption()
local
473
if (size >
readAbleSize
|| size > MAX_GET_GLOBAL_SHARE_OPTION_SIZE) {
in GetGlobalShareOption()
/foundation/distributeddatamgr/kv_store/frameworks/common/
H
A
D
itypes_util.h
349
size_t
readAbleSize
= parcel.GetReadableBytes();
in Unmarshalling()
local
350
if ((static_cast<size_t>(size) >
readAbleSize
) || static_cast<size_t>(size) > val.max_size()) {
in Unmarshalling()
475
size_t
readAbleSize
= parcel.GetReadableBytes();
in UnmarshalFromContainer()
local
477
if ((size >
readAbleSize
) || (size > val.max_size())) {
in UnmarshalFromContainer()
Completed in 5 milliseconds