Home
last modified time | relevance | path

Searched refs:ipPort (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/vtpstreamsocket_fuzzer/
H A Dvtpstreamsocket_fuzzer.cpp35 Communication::SoftBus::IpAndPort ipPort; in VtpCreateClientTest() local
38 vtpStreamSocket.CreateClient(ipPort, streamType, sessionKey); in VtpCreateClientTest()
39 vtpStreamSocket.CreateClient(ipPort, ipPort, streamType, sessionKey); in VtpCreateClientTest()
49 Communication::SoftBus::IpAndPort ipPort; in VtpCreateServerTest() local
52 vtpStreamSocket.CreateServer(ipPort, streamType, sessionKey); in VtpCreateServerTest()
70 Communication::SoftBus::IpAndPort ipPort; in VtpConnectTest() local
71 vtpStreamSocket.Connect(ipPort); in VtpConnectTest()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/
H A Dclient_trans_udp_stream_interface.cpp194 Communication::SoftBus::IpAndPort ipPort; in StartVtpStreamChannelServer() local
195 ipPort.ip = param->myIp; in StartVtpStreamChannelServer()
196 ipPort.port = 0; in StartVtpStreamChannelServer()
198 …int32_t ret = newAdaptor->GetStreamManager()->CreateStreamServerChannel(ipPort, Communication::Sof… in StartVtpStreamChannelServer()
239 Communication::SoftBus::IpAndPort ipPort; in StartVtpStreamChannelClient() local
240 ipPort.ip = param->myIp; in StartVtpStreamChannelClient()
241 ipPort.port = 0; in StartVtpStreamChannelClient()
247 int32_t ret = newAdaptor->GetStreamManager()->CreateStreamClientChannel(ipPort, peerIpPort, in StartVtpStreamChannelClient()