Home
last modified time | relevance | path

Searched refs:TLS_ERR_SOCK_INVALID_FD (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dsocket_error.h55 TLS_ERR_SOCK_INVALID_FD = 2303601, enumerator
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dsocket_error.cpp65 {TLS_ERR_SOCK_INVALID_FD, "Invalid socket FD"}, in MakeErrorMessage()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_exec.cpp80 TLSSocketThrowException(context, TLS_ERR_SOCK_INVALID_FD); in ExecInit()