Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_manager.h37 #define PROXY_BR_MAX_PACKET_SIZE (4096 - 48) macro
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp295 fileFrame.frameLength = PROXY_BR_MAX_PACKET_SIZE + 1;
327 fileFrame.frameLength = PROXY_BR_MAX_PACKET_SIZE - 1;
1915 int32_t ret = CheckFrameLength(1, PROXY_BR_MAX_PACKET_SIZE, osType, &packetSize);
1926 ret = CheckFrameLength(1, PROXY_BR_MAX_PACKET_SIZE + 1, osType, &packetSize);
1928 ret = CheckFrameLength(1, PROXY_BR_MAX_PACKET_SIZE - 1, osType, &packetSize);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c893 info->packetSize = PROXY_BR_MAX_PACKET_SIZE; in GetSendListenerInfoByChannelId()
1892 *packetSize = linkType == LANE_BR ? PROXY_BR_MAX_PACKET_SIZE : PROXY_BLE_MAX_PACKET_SIZE; in CheckFrameLength()