Home
last modified time | relevance | path

Searched refs:GetOHOSErrCode (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/
H A Dmulticast_get_loopback_context.cpp88 err = ErrCodePlatformAdapter::GetOHOSErrCode(err); in GetErrorCode()
H A Dmulticast_get_ttl_context.cpp85 err = ErrCodePlatformAdapter::GetOHOSErrCode(err); in GetErrorCode()
H A Dcommon_context.cpp81 err = ErrCodePlatformAdapter::GetOHOSErrCode(err); in GetErrorCode()
H A Dmulticast_set_loopback_context.cpp99 err = ErrCodePlatformAdapter::GetOHOSErrCode(err); in GetErrorCode()
H A Dmulticast_set_ttl_context.cpp96 err = ErrCodePlatformAdapter::GetOHOSErrCode(err); in GetErrorCode()
H A Dmulticast_membership_context.cpp104 err = ErrCodePlatformAdapter::GetOHOSErrCode(err); in GetErrorCode()
H A Dbind_context.cpp106 err = ErrCodePlatformAdapter::GetOHOSErrCode(err); in GetErrorCode()
H A Dtcp_send_context.cpp119 err = ErrCodePlatformAdapter::GetOHOSErrCode(err); in GetErrorCode()
H A Dudp_extra_context.cpp112 err = ErrCodePlatformAdapter::GetOHOSErrCode(err); in GetErrorCode()
H A Dconnect_context.cpp120 err = ErrCodePlatformAdapter::GetOHOSErrCode(err); in GetErrorCode()
H A Dtcp_extra_context.cpp137 err = ErrCodePlatformAdapter::GetOHOSErrCode(err); in GetErrorCode()
H A Dudp_send_context.cpp143 err = ErrCodePlatformAdapter::GetOHOSErrCode(err); in GetErrorCode()
H A Dlocal_socket_context.cpp55 err = ErrCodePlatformAdapter::GetOHOSErrCode(err); in GetErrorCode()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/constant/include/
H A Dsocket_constant.h238 static int32_t GetOHOSErrCode(int32_t iosErrCode) in GetOHOSErrCode() function