Home
last modified time | relevance | path

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 Dtrans_sdk_file_test.cpp382 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 Dclient_trans_file_virtual.c61 int32_t TransOnFileChannelOpened(const char *sessionName, const ChannelInfo *channel, int32_t *file… in TransOnFileChannelOpened() function
H A Dclient_trans_file.c469 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 Dclient_trans_file.h44 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 Dclienttransfile_fuzzer.cpp61 TransOnFileChannelOpened(sessionName, nullptr, &fileport); in TransOnFileChannelOpenedTest()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c281 ret = TransOnFileChannelOpened(sessionName, channel, udpPort); in TransOnUdpChannelOpened()