Home
last modified time | relevance | path

Searched defs:enableReuse (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/network/socket/
H A Dtcp_socket.cpp33 bool TcpSocket::Bind(const uint16_t port, const std::string &host, bool enableReuse, uint32_t backlog) in Bind() argument
70 bool TcpSocket::Connect(const std::string &peerIp, uint16_t peerPort, int32_t &retCode, bool isAsync, bool enableReuse, in Connect() argument
H A Dudp_socket.cpp32 bool UdpSocket::Bind(const uint16_t port, const std::string &host, bool enableReuse, uint32_t backlog) in Bind() argument
66 bool UdpSocket::Connect(const std::string &peerIp, uint16_t peerPort, int32_t &retCode, bool isAsync, bool enableReuse, in Connect() argument
/foundation/CastEngine/castengine_wifi_display/services/network/server/
H A Dtcp_server.cpp36 bool TcpServer::Start(uint16_t port, const std::string &host, bool enableReuse, uint32_t backlog) in Start() argument
H A Dudp_server.cpp29 bool UdpServer::Start(uint16_t port, const std::string &host, bool enableReuse, uint32_t backlog) in Start() argument

Completed in 2 milliseconds