Home
last modified time | relevance | path

Searched refs:ConnectSocket (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ui_lite/test/autotest/include/
H A Dtcp_socket.h40 void ConnectSocket();
H A Dtcp_socket_manager.h40 void ConnectSocket();
/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket_manager.cpp67 ConnectSocket(); in InitSocket()
75 void TcpSocketClientManager::ConnectSocket() in ConnectSocket() function in OHOS::TcpSocketClientManager
81 tcpSocket_->ConnectSocket(); in ConnectSocket()
H A Dtcp_socket.cpp48 void TcpScoketClient::ConnectSocket() in ConnectSocket() function in OHOS::TcpScoketClient
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_socket.cpp43 if (clientSocket_->ConnectSocket() != ERR_OK) { in OpenAppSpawnConnection()
/foundation/CastEngine/castengine_wifi_display/services/network/socket/
H A Dtcp_socket.cpp96 if (!SocketUtils::ConnectSocket(fd, isAsync, peerIp, peerPort, retCode)) { in Connect()
H A Dudp_socket.cpp87 if (SocketUtils::ConnectSocket(fd, isAsync, peerIp, peerPort, retCode)) { in Connect()
H A Dsocket_utils.h37 static bool ConnectSocket(int32_t fd, bool isAsync, const std::string &ip, uint16_t port, int32_t &ret);
H A Dsocket_utils.cpp103 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 Dams_service_app_spawn_socket_test.cpp100 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 Dudp_server.cpp256 SocketUtils::ConnectSocket(fd, true, inet_ntoa(addr.sin_addr), addr.sin_port, ret); in BindAndConnectClinetFd()

Completed in 4 milliseconds