Searched refs:filePort (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/ |
H A D | trans_sdk_file_test.cpp | 374 int32_t filePort = 22; variable 385 ret = TransOnFileChannelOpened(sessionName, channelInfo, &filePort); 391 ret = TransOnFileChannelOpened(sessionName, channelInfo, &filePort); 395 ret = TransOnFileChannelOpened(sessionName, channelInfo, &filePort); 415 int32_t filePort = 22; variable 562 int32_t filePort = 22; variable 573 ret = TransOnFileChannelOpened(sessionName, channelInfo, &filePort); 579 ret = TransOnFileChannelOpened(sessionName, channelInfo, &filePort); 583 ret = TransOnFileChannelOpened(sessionName, channelInfo, &filePort); 603 int32_t filePort = 22; variable [all …]
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/ |
H A D | client_trans_file_virtual.c | 61 …_t TransOnFileChannelOpened(const char *sessionName, const ChannelInfo *channel, int32_t *filePort) in TransOnFileChannelOpened() argument 65 (void)filePort; in TransOnFileChannelOpened()
|
H A D | file_adapter.c | 203 …t char *myIp, const uint8_t *key, uint32_t keyLen, DFileMsgReceiver msgReceiver, int32_t *filePort) in StartNStackXDFileServer() argument 205 if (myIp == NULL || filePort == NULL) { in StartNStackXDFileServer() 238 *filePort = port; in StartNStackXDFileServer()
|
H A D | client_trans_file.c | 469 …_t TransOnFileChannelOpened(const char *sessionName, const ChannelInfo *channel, int32_t *filePort) in TransOnFileChannelOpened() argument 471 if (channel == NULL || filePort == NULL) { in TransOnFileChannelOpened() 486 DEFAULT_KEY_LENGTH, FileReceiveListener, filePort); in TransOnFileChannelOpened() 495 *filePort = 0; in TransOnFileChannelOpened() 501 *filePort = 0; in TransOnFileChannelOpened()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/include/ |
H A D | file_adapter.h | 29 uint32_t keyLen, DFileMsgReceiver msgReceiver, int32_t *filePort);
|
H A D | client_trans_file.h | 44 …t TransOnFileChannelOpened(const char *sessionName, const ChannelInfo *channel, int32_t *filePort);
|