Home
last modified time | relevance | path

Searched refs:SendFileList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp1094 ret = SendFileList(info.channelId, g_testProxyFileList, TEST_FILE_CNT);
1097 ret = SendFileList(info.channelId, nullptr, TEST_FILE_CNT);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c743 static int32_t SendFileList(int32_t channelId, const char **destFile, uint32_t fileCnt) in SendFileList() function
838 ret = SendFileList(sendInfo->channelId, dFileList, fileCnt); in ProxyStartSendFile()