Searched refs:TransOnFileChannelOpened (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 | 382 ret = TransOnFileChannelOpened(sessionName, channelInfo, NULL); 385 ret = TransOnFileChannelOpened(sessionName, channelInfo, &filePort); 391 ret = TransOnFileChannelOpened(sessionName, channelInfo, &filePort); 395 ret = TransOnFileChannelOpened(sessionName, channelInfo, &filePort); 427 ret = TransOnFileChannelOpened(g_mySessionName, channelInfo, &filePort); 570 ret = TransOnFileChannelOpened(sessionName, channelInfo, NULL); 573 ret = TransOnFileChannelOpened(sessionName, channelInfo, &filePort); 579 ret = TransOnFileChannelOpened(sessionName, channelInfo, &filePort); 583 ret = TransOnFileChannelOpened(sessionName, channelInfo, &filePort); 616 ret = TransOnFileChannelOpened(g_mySessionName, channelInfo, &filePort);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/ |
H A D | client_trans_file_virtual.c | 61 int32_t TransOnFileChannelOpened(const char *sessionName, const ChannelInfo *channel, int32_t *file… in TransOnFileChannelOpened() function
|
H A D | client_trans_file.c | 469 int32_t TransOnFileChannelOpened(const char *sessionName, const ChannelInfo *channel, int32_t *file… in TransOnFileChannelOpened() function
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/include/ |
H A D | client_trans_file.h | 44 int32_t TransOnFileChannelOpened(const char *sessionName, const ChannelInfo *channel, int32_t *file…
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransfile_fuzzer/ |
H A D | clienttransfile_fuzzer.cpp | 61 TransOnFileChannelOpened(sessionName, nullptr, &fileport); in TransOnFileChannelOpenedTest()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/ |
H A D | client_trans_udp_manager.c | 281 ret = TransOnFileChannelOpened(sessionName, channel, udpPort); in TransOnUdpChannelOpened()
|