Home
last modified time | relevance | path

Searched refs:MAX_VECTOR_SIZE (Results 1 - 6 of 6) sorted by relevance

/base/sensors/sensor/utils/ipc/include/
H A Dproto.h25 static constexpr size_t MAX_VECTOR_SIZE = 10; member
H A Dstream_buffer.h141 if (size > MAX_VECTOR_SIZE) { in Read()
/base/msdp/device_status/utils/common/include/
H A Dproto.h24 inline constexpr int32_t MAX_VECTOR_SIZE { 10 };
/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; 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 Dupdate_service_stub.cpp37 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 Dstream_buffer.rs40 const MAX_VECTOR_SIZE: i32 = 10; consts

Completed in 4 milliseconds