Home
last modified time | relevance | path

Searched defs:LocalSocketServerManager (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/
H A Dlocal_socket_server_context.h58 explicit LocalSocketServerManager(int sockfd) : SocketBaseManager(sockfd) {} in LocalSocketServerManager() argument
69 int StartEpoll() in StartEpoll()
74 int EpollWait() in EpollWait()
97 int GetClientId(int fd) in GetClientId()
116 int AddAccept(int accpetFd) in AddAccept()
122 void RemoveAllAccept() in RemoveAllAccept()
151 size_t GetClientCounts() in GetClientCounts()
173 void NotifyRegisterEvent() in NotifyRegisterEvent()
201 void IncreaseThreadCounts() in IncreaseThreadCounts()
207 void NotifyLoopFinished() in NotifyLoopFinished()
[all …]