Home
last modified time | relevance | path

Searched refs:TransProxyChannelSendFile (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager_virtual.c40 int32_t TransProxyChannelSendFile(int32_t channelId, const char *sFileList[], const char *dFileList… in TransProxyChannelSendFile() function
H A Dclient_trans_proxy_file_manager.c1977 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 Dclient_trans_proxy_manager_test.cpp451 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 Dclient_trans_proxy_file_manager_test.cpp1893 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 Dclienttransproxymanager_fuzzer.cpp72 TransProxyChannelSendFile(channelId, sFileList, dFileList, fileCnt); in ClientTransProxyManagerTest()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_manager.h96 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 Dclient_trans_channel_manager.c166 ret = TransProxyChannelSendFile(channelId, sFileList, dFileList, fileCnt); in ClientTransChannelSendFile()