Lines Matching defs:UDSSocket
24 #define MMI_LOG_TAG "UDSSocket"
28 UDSSocket::UDSSocket() {}
30 UDSSocket::~UDSSocket()
36 int32_t UDSSocket::EpollCreate(int32_t size)
47 int32_t UDSSocket::EpollCtl(int32_t fd, int32_t op, struct epoll_event &event, int32_t epollFd)
74 int32_t UDSSocket::EpollWait(struct epoll_event &events, int32_t maxevents, int32_t timeout, int32_t epollFd)
90 void UDSSocket::OnReadPackets(CircleStreamBuffer &circBuf, UDSSocket::PacketCallBackFun callbackFun)
132 void UDSSocket::EpollClose()
140 void UDSSocket::Close()