Lines Matching defs:UDSServer
33 #define MMI_LOG_TAG "UDSServer"
37 UDSServer::~UDSServer()
43 void UDSServer::UdsStop()
56 int32_t UDSServer::GetClientFd(int32_t pid) const
69 int32_t UDSServer::GetClientPid(int32_t fd) const
79 bool UDSServer::SendMsg(int32_t fd, NetPacket& pkt)
94 void UDSServer::Multicast(const std::vector<int32_t>& fdList, NetPacket& pkt)
101 int32_t UDSServer::AddSocketPairInfo(const std::string& programName,
151 int32_t UDSServer::SetFdProperty(int32_t& tokenType, int32_t& serverFd, int32_t& toReturnClientFd)
191 void UDSServer::Dump(int32_t fd, const std::vector<std::string> &args)
206 void UDSServer::OnConnected(SessionPtr sess)
212 void UDSServer::OnDisconnected(SessionPtr sess)
218 int32_t UDSServer::AddEpoll(EpollEventType type, int32_t fd)
224 void UDSServer::SetRecvFun(MsgServerFunCallback fun)
229 void UDSServer::ReleaseSession(int32_t fd, epoll_event& ev)
256 void UDSServer::OnPacket(int32_t fd, NetPacket& pkt)
263 void UDSServer::OnEpollRecv(int32_t fd, epoll_event& ev)
297 void UDSServer::OnEpollEvent(epoll_event& ev)
313 void UDSServer::AddEpollEvent(int32_t fd, std::shared_ptr<mmi_epoll_event> epollEvent)
319 void UDSServer::RemoveEpollEvent(int32_t fd)
325 void UDSServer::DumpSession(const std::string &title)
336 SessionPtr UDSServer::GetSession(int32_t fd) const
347 SessionPtr UDSServer::GetSessionByPid(int32_t pid) const
360 bool UDSServer::AddSession(SessionPtr ses)
385 void UDSServer::DelSession(int32_t fd)
406 void UDSServer::AddSessionDeletedCallback(std::function<void(SessionPtr)> callback)
412 void UDSServer::NotifySessionDeleted(SessionPtr ses)