Home
last modified time | relevance | path

Searched defs:CreateTcpServer (Results 1 – 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/network/
Dnetwork_factory.cpp35 bool NetworkFactory::CreateTcpServer(uint16_t port, const IServerCallback::Ptr &callback, ServerPtr… in CreateTcpServer() function in OHOS::Sharing::NetworkFactory
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/
Dnetwork_server_demo.cpp176 void CreateTcpServer() in CreateTcpServer() function in ServerManager
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
Dnstackx_socket.c177 static int32_t CreateTcpServer(Socket *serverSocket, const struct sockaddr_in *sockAddr) in CreateTcpServer() function
/foundation/CastEngine/castengine_wifi_display/services/network/socket/
Dsocket_utils.cpp33 bool SocketUtils::CreateTcpServer(const char *ip, unsigned port, int32_t &fd) in CreateTcpServer() function in OHOS::Sharing::SocketUtils