Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/test/unittest/websocket_inner_unittest/
H A Dwebsocket_inner_unittest.cpp63 closeOptions.code = LWS_CLOSE_STATUS_NORMAL;
94 CloseOptions.code = LWS_CLOSE_STATUS_NORMAL;
/ohos5.0/foundation/communication/netstack/test/fuzztest/websocketcapi_fuzzer/
H A Dwebsocket_capi_fuzzer.cpp38 const int32_t LWS_CLOSE_STATUS_NORMAL = 1000; variable
148 CloseOption.code = LWS_CLOSE_STATUS_NORMAL; in SetCloseOptionTest()
/ohos5.0/foundation/communication/netstack/frameworks/native/websocket_client/
H A Dwebsocket_client.cpp122 client->GetClientContext()->Close(LWS_CLOSE_STATUS_NORMAL, ""); in LwsCallbackWsPeerInitiatedClose()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
H A Dwebsocket_exec.cpp369 userData->Close(LWS_CLOSE_STATUS_NORMAL, ""); in LwsCallbackWsPeerInitiatedClose()