Searched refs:ClientTransChannelSendFile (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/ |
H A D | client_trans_channel_manager_test.cpp | 225 … 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 D | client_trans_channel_manager.h | 39 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 D | client_trans_channel_manager.c | 157 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 D | client_trans_message_service.c | 267 return ClientTransChannelSendFile(channelId, type, sFileList, dFileList, fileCnt); in SendFile()
|