Home
last modified time | relevance | path

Searched refs:GetSocketCloseStatus (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/
H A Dlocal_socket_context.h43 bool GetSocketCloseStatus() in GetSocketCloseStatus() function
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp743 mgr->GetSocketCloseStatus() ? callback.OnCloseMessage() : callback.OnError(errno); in PollRecvData()