Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/
H A Dlocal_socket_context.h34 struct LocalSocketManager : public SocketBaseManager { struct
35 explicit LocalSocketManager(int sockfd) : SocketBaseManager(sockfd) {} in LocalSocketManager() function
36 bool isConnected_ = false;
37 std::atomic_bool isSockClosed;
39 void SetSocketCloseStatus(bool flag) in SetSocketCloseStatus()
43 bool GetSocketCloseStatus() in GetSocketCloseStatus()