Home
last modified time | relevance | path

Searched refs:KEY_SOCKET_LINGER_ON (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/socket/constant/include/
H A Dcontext_key.h57 #define KEY_SOCKET_LINGER_ON "on" macro
/foundation/communication/netstack/frameworks/js/napi/tls/src/context/
H A Dtls_extra_context.cpp68 if (NapiUtils::HasNamedProperty(GetEnv(), socketLinger, KEY_SOCKET_LINGER_ON)) { in ParseParams()
70 NapiUtils::GetBooleanProperty(GetEnv(), socketLinger, KEY_SOCKET_LINGER_ON)); in ParseParams()
/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/
H A Dtcp_server_extra_context.cpp63 if (NapiUtils::HasNamedProperty(GetEnv(), socketLinger, KEY_SOCKET_LINGER_ON)) { in ParseContextKey()
65 NapiUtils::GetBooleanProperty(GetEnv(), socketLinger, KEY_SOCKET_LINGER_ON)); in ParseContextKey()
H A Dtcp_extra_context.cpp67 if (NapiUtils::HasNamedProperty(GetEnv(), socketLinger, KEY_SOCKET_LINGER_ON)) { in ParseContextKey()
69 NapiUtils::GetBooleanProperty(GetEnv(), socketLinger, KEY_SOCKET_LINGER_ON)); in ParseContextKey()

Completed in 2 milliseconds