Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/
H A Dclient_trans_channel_manager_test.cpp225 … int ret = ClientTransChannelSendFile(channelId, CHANNEL_TYPE_UDP, sFileList, dFileList, fileCnt);
228 ret = ClientTransChannelSendFile(channelId, CHANNEL_TYPE_PROXY, sFileList, dFileList, fileCnt);
231 ret = ClientTransChannelSendFile(channelId, CHANNEL_TYPE_BUTT, sFileList, dFileList, fileCnt);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/include/
H A Dclient_trans_channel_manager.h39 int32_t ClientTransChannelSendFile(int32_t channelId, int32_t type, const char *sFileList[],
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/
H A Dclient_trans_channel_manager.c157 int32_t ClientTransChannelSendFile(int32_t channelId, int32_t channelType, const char *sFileList[], in ClientTransChannelSendFile() function
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_message_service.c267 return ClientTransChannelSendFile(channelId, type, sFileList, dFileList, fileCnt); in SendFile()