Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H A 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()
141 if (size > MAX_VECTOR_SIZE) { in ReadVersionComponents()
277 if (size > MAX_VECTOR_SIZE) { in ReadUpgradePolicy()
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp29 const uint8_t MAX_VECTOR_SIZE = 10; variable
66 size_t n = d->ConsumeIntegralInRange<size_t>(1, MAX_VECTOR_SIZE); \
384 size_t vectorSize = dataProvider->ConsumeIntegralInRange<size_t>(1, MAX_VECTOR_SIZE); in __anon90ce765f1702()
396 size_t vectorSize = dataProvider->ConsumeIntegralInRange<size_t>(1, MAX_VECTOR_SIZE); in __anon90ce765f1802()
457 size_t vectorSize = dataProvider->ConsumeIntegralInRange<size_t>(1, MAX_VECTOR_SIZE); in __anon90ce765f1d02()
/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Dproto.h25 static constexpr size_t MAX_VECTOR_SIZE = 10; variable
H A Dstream_buffer.h141 if (size > MAX_VECTOR_SIZE) { in Read()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dconfig_multimodal.h37 #define MAX_VECTOR_SIZE 1000 macro
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dproto.h24 inline constexpr int32_t MAX_VECTOR_SIZE { 10 };
/ohos5.0/foundation/multimodalinput/input/util/network/include/
H A Dstream_buffer.h131 if (size < 0 || size > MAX_VECTOR_SIZE) { in Read()
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service_stub.cpp37 static constexpr int32_t MAX_VECTOR_SIZE = 128; variable
363 if (size > MAX_VECTOR_SIZE) { in ApplyNewVersionStub()
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_buffer.rs40 const MAX_VECTOR_SIZE: i32 = 10; const
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp24 constexpr uint32_t MAX_VECTOR_SIZE = 100; variable
751 if (vectorSize > MAX_VECTOR_SIZE) { in HandleNotifyDumpInfoResult()
H A Dscene_session_manager_lite_stub.cpp24 constexpr uint32_t MAX_VECTOR_SIZE = 100; variable