Home
last modified time | relevance | path

Searched refs:MAX_SEND_FILE_NUM (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.h25 #define MAX_SEND_FILE_NUM 10 macro
27 #define MAX_SEND_FILE_NUM 1 macro
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_manager_test.cpp454 …roxyChannelSendFile(channelId, g_testProxyFileName, g_proxyFileSet, MAX_SEND_FILE_NUM + TEST_FILE_…
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c990 if (fileCnt == 0 || fileCnt > MAX_SEND_FILE_NUM) { in ProxyChannelSendFile()
1979 if (sFileList == NULL || fileCnt == 0 || fileCnt > MAX_SEND_FILE_NUM) { in TransProxyChannelSendFile()