Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c40 static uint32_t g_proxyMaxByteBufSize; variable
155 if (SoftbusGetConfig(SOFTBUS_INT_MAX_BYTES_NEW_LENGTH, (unsigned char *)&g_proxyMaxByteBufSize, in ClientTransProxyInit()
156 sizeof(g_proxyMaxByteBufSize)) != SOFTBUS_OK) { in ClientTransProxyInit()
164 g_proxyMaxByteBufSize, g_proxyMaxMessageBufSize); in ClientTransProxyInit()
389 if (dataLen > g_proxyMaxByteBufSize) { in ClientTransProxySessionDataLenCheck()
688 …ead->priority == PROXY_CHANNEL_PRORITY_MESSAGE) ? g_proxyMaxMessageBufSize : g_proxyMaxByteBufSize; in ClientGetActualDataLen()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_manager_test.cpp288 g_proxyMaxByteBufSize = DEFAULT_NEW_BYTES_LEN;
534 g_proxyMaxByteBufSize = DEFAULT_NEW_BYTES_LEN;