Searched refs:ConnectSocket (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ui_lite/test/autotest/include/ |
H A D | tcp_socket.h | 40 void ConnectSocket();
|
H A D | tcp_socket_manager.h | 40 void ConnectSocket();
|
/foundation/arkui/ui_lite/test/autotest/src/ |
H A D | tcp_socket_manager.cpp | 67 ConnectSocket(); in InitSocket() 75 void TcpSocketClientManager::ConnectSocket() in ConnectSocket() function in OHOS::TcpSocketClientManager 81 tcpSocket_->ConnectSocket(); in ConnectSocket()
|
H A D | tcp_socket.cpp | 48 void TcpScoketClient::ConnectSocket() in ConnectSocket() function in OHOS::TcpScoketClient
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_socket.cpp | 43 if (clientSocket_->ConnectSocket() != ERR_OK) { in OpenAppSpawnConnection()
|
/foundation/CastEngine/castengine_wifi_display/services/network/socket/ |
H A D | tcp_socket.cpp | 96 if (!SocketUtils::ConnectSocket(fd, isAsync, peerIp, peerPort, retCode)) { in Connect()
|
H A D | udp_socket.cpp | 87 if (SocketUtils::ConnectSocket(fd, isAsync, peerIp, peerPort, retCode)) { in Connect()
|
H A D | socket_utils.h | 37 static bool ConnectSocket(int32_t fd, bool isAsync, const std::string &ip, uint16_t port, int32_t &ret);
|
H A D | socket_utils.cpp | 103 return CreateSocket(SOCK_STREAM, fd) && ConnectSocket(fd, true, ip, port, ret); in CreateTcpClient() 162 bool SocketUtils::ConnectSocket(int32_t fd, bool isAsync, const std::string &ip, uint16_t port, int32_t &ret) in ConnectSocket() function in OHOS::Sharing::SocketUtils
|
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_socket_test/ |
H A D | ams_service_app_spawn_socket_test.cpp | 100 EXPECT_CALL(*mockClientSocket, ConnectSocket()).WillOnce(Return(-1)); in HWTEST() 124 EXPECT_CALL(*mockClientSocket, ConnectSocket()).WillOnce(Return(ERR_OK)); in HWTEST()
|
/foundation/CastEngine/castengine_wifi_display/services/network/server/ |
H A D | udp_server.cpp | 256 SocketUtils::ConnectSocket(fd, true, inet_ntoa(addr.sin_addr), addr.sin_port, ret); in BindAndConnectClinetFd()
|
Completed in 4 milliseconds