Home
last modified time | relevance | path

Searched refs:MAX_VECTOR_SIZE (Results 1 – 5 of 5) sorted by relevance

/base/sensors/sensor/utils/ipc/include/
Dproto.h25 static const size_t MAX_VECTOR_SIZE = 10; variable
Dstream_buffer.h139 if (size > MAX_VECTOR_SIZE) { in Read()
/base/msdp/device_status/utils/common/include/
Dproto.h21 static constexpr int32_t MAX_VECTOR_SIZE { 10 };
/base/update/updateservice/services/engine/src/
Dmessage_parcel_helper.cpp27 static constexpr int32_t MAX_VECTOR_SIZE = 128; variable
33 if (size > MAX_VECTOR_SIZE) { in ReadErrorMessages()
57 if (size > MAX_VECTOR_SIZE) { in ReadComponentDescriptions()
133 if (size > MAX_VECTOR_SIZE) { in ReadVersionComponents()
269 if (size > MAX_VECTOR_SIZE) { in ReadUpgradePolicy()
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
Dstream_buffer.rs40 const MAX_VECTOR_SIZE: i32 = 10; constant