Searched refs:TransProxyChannelSendFile (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_file_manager_virtual.c | 40 int32_t TransProxyChannelSendFile(int32_t channelId, const char *sFileList[], const char *dFileList… in TransProxyChannelSendFile() function
|
H A D | client_trans_proxy_file_manager.c | 1977 int32_t TransProxyChannelSendFile(int32_t channelId, const char *sFileList[], const char *dFileList… in TransProxyChannelSendFile() function
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_manager_test.cpp | 451 int ret = TransProxyChannelSendFile(channelId, nullptr, g_proxyFileSet, TEST_FILE_CNT); 454 …ret = TransProxyChannelSendFile(channelId, g_testProxyFileName, g_proxyFileSet, MAX_SEND_FILE_NUM … 457 ret = TransProxyChannelSendFile(channelId, g_testProxyFileName, nullptr, TEST_FILE_CNT); 460 ret = TransProxyChannelSendFile(channelId, g_testProxyFileName, g_proxyFileSet, TEST_FILE_CNT);
|
H A D | client_trans_proxy_file_manager_test.cpp | 1893 int ret = TransProxyChannelSendFile(channelId, nullptr, dFileList, fileCnt); 1897 ret = TransProxyChannelSendFile(channelId, sFileList, dFileList, fileCnt); 1901 ret = TransProxyChannelSendFile(channelId, sFileList, dFileList, fileCnt);
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransproxymanager_fuzzer/ |
H A D | clienttransproxymanager_fuzzer.cpp | 72 TransProxyChannelSendFile(channelId, sFileList, dFileList, fileCnt); in ClientTransProxyManagerTest()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/ |
H A D | client_trans_proxy_manager.h | 96 int32_t TransProxyChannelSendFile(int32_t channelId, const char *sFileList[], const char *dFileList…
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/ |
H A D | client_trans_channel_manager.c | 166 ret = TransProxyChannelSendFile(channelId, sFileList, dFileList, fileCnt); in ClientTransChannelSendFile()
|