Home
last modified time | relevance | path

Searched refs:CreateTcpClient (Results 1 - 7 of 7) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/network/
H A Dnetwork_factory.h34 static bool CreateTcpClient(const std::string &peerIp, uint16_t peerPort, const IClientCallback::Ptr &callback,
H A Dnetwork_factory.cpp50 bool NetworkFactory::CreateTcpClient(const std::string &peerIp, uint16_t peerPort, const IClientCallback::Ptr &callback, in CreateTcpClient() function in OHOS::Sharing::NetworkFactory
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/
H A Dnetwork_client_demo.cpp52 bool ret = NetworkFactory::CreateTcpClient("127.0.0.1", 8888, shared_from_this(), clientPtr_); in TcpConnect()
54 SHARING_LOGD("CreateTcpClient success"); in TcpConnect()
56 SHARING_LOGE("CreateTcpClient failed"); in TcpConnect()
/foundation/CastEngine/castengine_wifi_display/services/network/socket/
H A Dsocket_utils.h32 static bool CreateTcpClient(const char *ip, unsigned port, int32_t &fd, int32_t &ret);
H A Dsocket_utils.cpp99 bool SocketUtils::CreateTcpClient(const char *ip, unsigned port, int32_t &fd, int32_t &ret) in CreateTcpClient() function in OHOS::Sharing::SocketUtils
/foundation/CastEngine/castengine_wifi_display/tests/unittest/network/
H A Dnetwork_tcp_unit_test.cpp70 bool ret = NetworkFactory::CreateTcpClient(peerIp, port, shared_from_this(), clientPtr_); in StartTcpClient()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H A Dwfd_sink_session.cpp277 if (NetworkFactory::CreateTcpClient(remoteRtspIp_, remoteRtspPort_, shared_from_this(), rtspClient_)) { in StartWfdSession()

Completed in 4 milliseconds