Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransproxyfilemanager_fuzzer/
H A Dclienttransproxyfilemanager_fuzzer.cpp58 ProxyChannelSendFile(channelId, sFileList, dFileList, fileCnt); in ClientTransProxyFileManagerTest()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_manager.h164 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 Dclient_trans_proxy_file_manager_test.cpp229 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 Dclient_trans_proxy_file_manager.c987 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()