Searched refs:CloseClientSocket (Results 1 – 10 of 10) sorted by relevance
31 MOCK_METHOD(void, CloseClientSocket, (int32_t fd));
37 virtual void CloseClientSocket(int32_t fd) = 0;
42 void CloseClientSocket(int32_t fd) override;
41 void CloseClientSocket(int32_t fd) override;
85 void TcpServer::CloseClientSocket(int32_t fd) in CloseClientSocket() function in OHOS::Sharing::TcpServer
96 void UdpServer::CloseClientSocket(int32_t fd) in CloseClientSocket() function in OHOS::Sharing::UdpServer
68 server->CloseClientSocket(fd); in OnSessionClose()77 server->CloseClientSocket(fd); in OnSessionException()
270 tcpServer->CloseClientSocket(tcpServer->GetSocketInfo()->GetLocalFd());
263 udpServer->CloseClientSocket(udpServer->GetSocketInfo()->GetLocalFd());