Searched refs:ProxyChannelSendFile (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransproxyfilemanager_fuzzer/ |
H A D | clienttransproxyfilemanager_fuzzer.cpp | 58 ProxyChannelSendFile(channelId, sFileList, dFileList, fileCnt); in ClientTransProxyFileManagerTest()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/ |
H A D | client_trans_proxy_file_manager.h | 164 int32_t ProxyChannelSendFile(int32_t channelId, const char *sFileList[], const char *dFileList[], u…
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_file_manager_test.cpp | 229 int ret = ProxyChannelSendFile(channelId, g_testProxyFileList, g_testProxyFileList, 0); 232 ret = ProxyChannelSendFile(channelId, nullptr, g_testProxyFileList, TEST_FILE_CNT); 239 ret = ProxyChannelSendFile(channelId, proxyNullFileList, g_testProxyFileList, TEST_FILE_CNT); 246 ret = ProxyChannelSendFile(channelId, proxyZeroLileList, g_testProxyFileList, TEST_FILE_CNT); 258 ret = ProxyChannelSendFile(channelId, proxyLengthFileList, g_testProxyFileList, TEST_FILE_CNT); 261 ret = ProxyChannelSendFile(channelId, g_testProxyFileList, nullptr, TEST_FILE_CNT); 264 ret = ProxyChannelSendFile(channelId, g_testProxyFileList, proxyNullFileList, TEST_FILE_CNT); 267 ret = ProxyChannelSendFile(channelId, g_testProxyFileList, g_testProxyFileList, TEST_FILE_CNT);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_file_manager.c | 987 int32_t ProxyChannelSendFile(int32_t channelId, const char *sFileList[], const char *dFileList[], u… in ProxyChannelSendFile() function 1994 int32_t ret = ProxyChannelSendFile(channelId, sFileList, remoteFiles, fileCnt); in TransProxyChannelSendFile()
|