/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/ |
H A D | multicast_set_loopback_context.cpp | 51 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsType() 58 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsType() 90 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 91 return PARSE_ERROR_CODE; in GetErrorCode() 111 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
H A D | multicast_set_ttl_context.cpp | 48 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsType() 55 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsType() 87 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 88 return PARSE_ERROR_CODE; in GetErrorCode() 108 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
H A D | tcp_server_common_context.cpp | 62 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsType() 77 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 78 return PARSE_ERROR_CODE; in GetErrorCode() 90 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
H A D | multicast_get_loopback_context.cpp | 55 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsType() 79 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 80 return PARSE_ERROR_CODE; in GetErrorCode() 100 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
H A D | multicast_get_ttl_context.cpp | 52 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsType() 76 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 77 return PARSE_ERROR_CODE; in GetErrorCode() 97 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
H A D | tcp_server_send_context.cpp | 75 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsType() 86 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsType() 127 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 128 return PARSE_ERROR_CODE; in GetErrorCode() 140 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
H A D | tcp_server_listen_context.cpp | 86 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsType() 97 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsType() 112 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 113 return PARSE_ERROR_CODE; in GetErrorCode() 125 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
H A D | multicast_membership_context.cpp | 66 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsType() 73 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsType() 95 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 96 return PARSE_ERROR_CODE; in GetErrorCode() 116 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
H A D | tcp_server_extra_context.cpp | 114 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsType() 125 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsType() 140 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 141 return PARSE_ERROR_CODE; in GetErrorCode() 153 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
H A D | common_context.cpp | 77 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 78 return PARSE_ERROR_CODE; in GetErrorCode() 93 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
H A D | local_socket_context.cpp | 46 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 47 return PARSE_ERROR_CODE; in GetErrorCode() 67 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage() 87 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsWithOptions() 94 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsWithOptions() 119 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in CheckParamsWithoutOptions() 329 SetError(PARSE_ERROR_CODE, PARSE_ERROR_MSG); in ParseParams()
|
H A D | udp_extra_context.cpp | 108 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 109 return PARSE_ERROR_CODE; in GetErrorCode() 124 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
H A D | connect_context.cpp | 116 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 117 return PARSE_ERROR_CODE; in GetErrorCode() 132 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
H A D | bind_context.cpp | 102 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 103 return PARSE_ERROR_CODE; in GetErrorCode() 118 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
H A D | tcp_send_context.cpp | 115 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 116 return PARSE_ERROR_CODE; in GetErrorCode() 131 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
H A D | udp_send_context.cpp | 139 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 140 return PARSE_ERROR_CODE; in GetErrorCode() 155 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
H A D | tcp_extra_context.cpp | 133 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 134 return PARSE_ERROR_CODE; in GetErrorCode() 149 if (errCode == PARSE_ERROR_CODE) { in GetErrorMessage()
|
/foundation/communication/netstack/frameworks/js/napi/tls/src/context/ |
H A D | tls_init_context.cpp | 53 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType() 61 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
|
H A D | tls_server_napi_context.cpp | 60 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType() 70 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
|
H A D | tls_server_send_context.cpp | 79 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType() 90 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
|
H A D | tls_send_context.cpp | 75 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType() 86 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
|
H A D | tls_bind_context.cpp | 72 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType() 82 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
|
/foundation/communication/netstack/frameworks/js/napi/net_ssl/async_context/src/ |
H A D | cert_context.cpp | 77 SetErrorCode(PARSE_ERROR_CODE); in ParseParams() 99 SetErrorCode(PARSE_ERROR_CODE); in ParseCertBlobFromValue() 165 if (errorCode == PARSE_ERROR_CODE) { in GetErrorCode() 166 return PARSE_ERROR_CODE; in GetErrorCode() 185 if (err == PARSE_ERROR_CODE) { in GetErrorMessage()
|
/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | socket_error.cpp | 31 static constexpr int32_t PARSE_ERROR_CODE = 401; member 38 {PARSE_ERROR_CODE, PARSE_ERROR_MSG}, in MakeErrorMessage()
|
/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/ |
H A D | close_context.cpp | 107 if (err == PARSE_ERROR_CODE) { in GetErrorCode() 108 return PARSE_ERROR_CODE; in GetErrorCode() 123 if (err == PARSE_ERROR_CODE) { in GetErrorMessage()
|