Home
last modified time | relevance | path

Searched defs:peerPort (Results 1 - 22 of 22) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/network/
H A Dnetwork_factory.cpp50 bool NetworkFactory::CreateTcpClient(const std::string &peerIp, uint16_t peerPort, const IClientCallback::Ptr &callback, in CreateTcpClient() argument
80 bool NetworkFactory::CreateUdpClient(const std::string &peerIp, uint16_t peerPort, const std::string &localIp, in CreateUdpClient() argument
/foundation/CastEngine/castengine_wifi_display/services/network/socket/
H A Dtcp_socket.cpp70 bool TcpSocket::Connect(const std::string &peerIp, uint16_t peerPort, int32_t &retCode, bool isAsync, bool enableReuse, in Connect() argument
H A Dudp_socket.cpp66 bool UdpSocket::Connect(const std::string &peerIp, uint16_t peerPort, int32_t &retCode, bool isAsync, bool enableReuse, in Connect() argument
/foundation/CastEngine/castengine_wifi_display/services/network/client/
H A Dtcp_client.cpp36 bool TcpClient::Connect(const std::string &peerIp, uint16_t peerPort, const std::string &localIp, uint16_t localPort) in Connect() argument
H A Dudp_client.cpp37 bool UdpClient::Connect(const std::string &peerHost, uint16_t peerPort, const std::string &localIp, uint16_t localPort) in Connect() argument
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dclient_trans_udp_stream_interface.h58 int32_t peerPort; member
/foundation/CastEngine/castengine_wifi_display/tests/unittest/network/
H A Dnetwork_udp_unit_test.cpp67 bool StartUdpClient(const std::string &peerIp, uint16_t peerPort, const std::string &localIp, uint16_t localPort) in StartUdpClient() argument
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dfile_adapter.c252 StartNStackXDFileClient( const char *peerIp, int32_t peerPort, const uint8_t *key, uint32_t keyLen, DFileMsgReceiver msgReceiver) StartNStackXDFileClient() argument
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H A Dwfd_rtp_producer.cpp92 bool WfdRtpProducer::UdpClient::Connect(const std::string &peerIp, uint16_t peerPort, const std::string &localIp, in Connect() argument
/foundation/CastEngine/castengine_wifi_display/services/network/data/
H A Dsocket_info.h40 SocketInfo(std::string localIp, std::string peerIp, int32_t socketLocalFd, int32_t socketPeerFd, uint16_t localPort, uint16_t peerPort) SocketInfo() argument
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dfilter_base.cpp108 auto peerPort = outPort->GetPeerPort(); in GetNextFilters() local
127 auto peerPort = inPort->GetPeerPort(); in GetPreFilters() local
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/
H A Dfilter_base.cpp80 auto peerPort = port->GetPeerPort(); in UnlinkPrevFilters() local
93 auto peerPort = port->GetPeerPort(); in GetNextFilters() local
112 auto peerPort = inPort->GetPeerPort(); in GetPreFilters() local
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_core_tcp_direct_test.cpp334 int32_t peerPort; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Dtrans_sdk_file_test.cpp735 int32_t peerPort = 25; in HWTEST_F() local
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dconn_event_form.h94 const char *peerPort; // PEER_PORT member
176 const char *peerPort; // PEER_PORT member
H A Dtrans_event_form.h167 const char *peerPort; // PEER_PORT member
H A Dlnn_event_form.h120 const char *peerPort; // PEER_PORT member
H A Ddisc_event_form.h111 const char *peerPort; // PEER_PORT member
186 int32_t peerPort; // PEER_PORT member
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp763 auto peerPort = filter->GetOutPort(portDesc.name)->GetPeerPort(); in RemoveFilterChains() local
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp1001 auto peerPort = filter->GetOutPort(portDesc.name)->GetPeerPort(); in RemoveFilterChains() local
/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_def.h167 int32_t peerPort; member
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c749 int32_t peerPort = 0; in OnVerifyP2pRequest() local
874 int32_t peerPort = -1; in OnVerifyP2pReply() local

Completed in 17 milliseconds