Home
last modified time | relevance | path

Searched refs:SOCKET_ERROR_CODE_BASE (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/
H A Dtcp_server_common_context.cpp80 return err + SOCKET_ERROR_CODE_BASE; in GetErrorCode()
H A Dmulticast_get_loopback_context.cpp90 return err + SOCKET_ERROR_CODE_BASE; in GetErrorCode()
H A Dmulticast_get_ttl_context.cpp87 return err + SOCKET_ERROR_CODE_BASE; in GetErrorCode()
H A Dcommon_context.cpp83 return err + SOCKET_ERROR_CODE_BASE; in GetErrorCode()
H A Dmulticast_set_loopback_context.cpp101 return err + SOCKET_ERROR_CODE_BASE; in GetErrorCode()
H A Dmulticast_set_ttl_context.cpp98 return err + SOCKET_ERROR_CODE_BASE; in GetErrorCode()
H A Dmulticast_membership_context.cpp106 return err + SOCKET_ERROR_CODE_BASE; in GetErrorCode()
H A Dbind_context.cpp108 return err + SOCKET_ERROR_CODE_BASE; in GetErrorCode()
H A Dtcp_send_context.cpp121 return err + SOCKET_ERROR_CODE_BASE; in GetErrorCode()
H A Dudp_extra_context.cpp114 return err + SOCKET_ERROR_CODE_BASE; in GetErrorCode()
H A Dconnect_context.cpp122 return err + SOCKET_ERROR_CODE_BASE; in GetErrorCode()
H A Dtcp_extra_context.cpp139 return err + SOCKET_ERROR_CODE_BASE; in GetErrorCode()
H A Dudp_send_context.cpp145 return err + SOCKET_ERROR_CODE_BASE; in GetErrorCode()
H A Dlocal_socket_context.cpp57 return err + SOCKET_ERROR_CODE_BASE; in GetErrorCode()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/constant/include/
H A Dsocket_constant.h25 SOCKET_ERROR_CODE_BASE = 2301000, enumerator