Home
last modified time | relevance | path

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 Dstream_manager_test.cpp85 …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 Di_stream_manager.h58 virtual int CreateStreamClientChannel(IpAndPort &local, IpAndPort remote, Proto protocol,
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_manager.h81 int CreateStreamClientChannel(IpAndPort &local, IpAndPort remote, Proto protocol,
H A Dstream_manager.cpp44 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 Dclient_trans_udp_stream_interface.cpp247 int32_t ret = newAdaptor->GetStreamManager()->CreateStreamClientChannel(ipPort, peerIpPort, in StartVtpStreamChannelClient()