Lines Matching defs:UDSServer
118 UDSServer::~UDSServer() {}
120 void UDSServer::AddSessionDeletedCallback(std::function<void(SessionPtr)> callback)
123 SessionPtr UDSServer::GetSession(int32_t fd) const
131 int32_t UDSServer::GetClientFd(int32_t pid) const
139 SessionPtr UDSServer::GetSessionByPid(int32_t pid) const
144 void UDSServer::OnConnected(SessionPtr sess)
147 void UDSServer::OnDisconnected(SessionPtr sess)
150 int32_t UDSServer::AddEpoll(EpollEventType type, int32_t fd)
155 int32_t UDSServer::AddSocketPairInfo(const std::string& programName,