Home
last modified time | relevance | path

Searched refs:maxBytesLen (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/softbus_property/
H A Dsoftbus_feature_config.c162 int32_t maxBytesLen; member
201 (unsigned char *)&(g_tranConfig.maxBytesLen),
202 sizeof(g_tranConfig.maxBytesLen)
389 g_tranConfig.maxBytesLen = DEFAULT_MAX_BYTES_LEN; in SoftbusConfigSetTransDefaultVal()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_parcel_read.cpp262 uint32_t maxBytesLen = 40960; in JS_readByteArray() local
264 NAPI_ASSERT(env, arrayLength < maxBytesLen, "byte array length too large"); in JS_readByteArray()
H A Dnapi_message_parcel_write.cpp276 uint32_t maxBytesLen = 40960; in JS_writeByteArray() local
278 NAPI_ASSERT(env, arrayLength < maxBytesLen, "write byte array length too large"); in JS_writeByteArray()