Searched defs:CreateTcpClient (Results 1 – 2 of 2) sorted by relevance
50 bool NetworkFactory::CreateTcpClient(const std::string &peerIp, uint16_t peerPort, const IClientCal… in CreateTcpClient() function in OHOS::Sharing::NetworkFactory
100 bool SocketUtils::CreateTcpClient(const char *ip, unsigned port, int32_t &fd, int32_t &ret) in CreateTcpClient() function in OHOS::Sharing::SocketUtils