Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/native/websocket_client/
H A Dwebsocket_client.cpp35 static constexpr const int CLOSE_RESULT_FROM_SERVER_CODE = 1001; variable
266 closeResult.code = CLOSE_RESULT_FROM_SERVER_CODE; in LwsCallbackClientClosed()