Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/native/websocket_client/
H A Dwebsocket_client.cpp36 static constexpr const int CLOSE_RESULT_FROM_CLIENT_CODE = 1000; variable
464 options.code = CLOSE_RESULT_FROM_CLIENT_CODE; in Close()