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:MAX_VECTOR_SIZE
(Results
1 - 6
of
6
) sorted by relevance
/base/sensors/sensor/utils/ipc/include/
H
A
D
proto.h
25
static constexpr size_t
MAX_VECTOR_SIZE
= 10;
member
H
A
D
stream_buffer.h
141
if (size >
MAX_VECTOR_SIZE
) {
in Read()
/base/msdp/device_status/utils/common/include/
H
A
D
proto.h
24
inline constexpr int32_t
MAX_VECTOR_SIZE
{ 10 };
/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H
A
D
message_parcel_helper.cpp
27
static constexpr int32_t
MAX_VECTOR_SIZE
= 128;
member
33
if (size >
MAX_VECTOR_SIZE
) {
in ReadErrorMessages()
34
ENGINE_LOGE("ReadErrorMessages size is over
MAX_VECTOR_SIZE
, size=%{public}d", size);
in ReadErrorMessages()
57
if (size >
MAX_VECTOR_SIZE
) {
in ReadComponentDescriptions()
58
ENGINE_LOGE("ReadComponentDescriptions size is over
MAX_VECTOR_SIZE
, size=%{public}d", size);
in ReadComponentDescriptions()
141
if (size >
MAX_VECTOR_SIZE
) {
in ReadVersionComponents()
142
ENGINE_LOGE("ReadVersionComponents size is over
MAX_VECTOR_SIZE
, size=%{public}d", size);
in ReadVersionComponents()
277
if (size >
MAX_VECTOR_SIZE
) {
in ReadUpgradePolicy()
278
ENGINE_LOGE("ReadUpgradePolicy size is over
MAX_VECTOR_SIZE
, size=%{public}zu", size);
in ReadUpgradePolicy()
/base/update/updateservice/services/engine/src/
H
A
D
update_service_stub.cpp
37
static constexpr int32_t
MAX_VECTOR_SIZE
= 128;
member
363
if (size >
MAX_VECTOR_SIZE
) {
in ApplyNewVersionStub()
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H
A
D
stream_buffer.rs
40
const
MAX_VECTOR_SIZE
: i32 = 10;
consts
Completed in 4 milliseconds