Searched refs:CreateStreamClientChannel (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_manager_test/ |
H A D | stream_manager_test.cpp | 85 …int ret = streamSocketListener->CreateStreamClientChannel(*local, *remote, Communication::SoftBus:… 89 …ret = streamSocketListener->CreateStreamClientChannel(*local, *remote, Communication::SoftBus::TCP…
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/ |
H A D | i_stream_manager.h | 58 virtual int CreateStreamClientChannel(IpAndPort &local, IpAndPort remote, Proto protocol,
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | stream_manager.h | 81 int CreateStreamClientChannel(IpAndPort &local, IpAndPort remote, Proto protocol,
|
H A D | stream_manager.cpp | 44 int StreamManager::CreateStreamClientChannel(IpAndPort &local, IpAndPort remote, Proto protocol, in CreateStreamClientChannel() function in Communication::SoftBus::StreamManager
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/ |
H A D | client_trans_udp_stream_interface.cpp | 247 int32_t ret = newAdaptor->GetStreamManager()->CreateStreamClientChannel(ipPort, peerIpPort, in StartVtpStreamChannelClient()
|