Searched defs:LocalSocketManager (Results 1 – 1 of 1) sorted by relevance
34 struct LocalSocketManager : public SocketBaseManager { struct35 explicit LocalSocketManager(int sockfd) : SocketBaseManager(sockfd) {} in LocalSocketManager() function36 bool isConnected_ = false;37 std::atomic_bool isSockClosed;39 void SetSocketCloseStatus(bool flag) in SetSocketCloseStatus()43 bool GetSocketCloseStatus() in GetSocketCloseStatus()