Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_transport.cpp38 const uint32_t MAX_SEND_MSG_LENGTH = 4 * 1024 * 1024; variable
79 if (socketId < 0 || data == nullptr || dataLen == 0 || dataLen > MAX_SEND_MSG_LENGTH) { in OnBytesReceived()
425 if (compressedPayLoadSize > MAX_SEND_MSG_LENGTH) { in Send()