Home
last modified time | relevance | path

Searched refs:sendLength (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netstack/test/fuzztest/websocketcapi_fuzzer/
H A Dwebsocket_capi_fuzzer.cpp123 int32_t sendLength = std::strlen(senddata); in SetSendDataTest() local
124 OH_WebSocketClient_Send(client, const_cast<char *>(senddata), sendLength); in SetSendDataTest()
135 int32_t sendLength = size; in SetSendDataLengthTest() local
136 OH_WebSocketClient_Send(client, const_cast<char *>(senddata), sendLength); in SetSendDataLengthTest()
/foundation/communication/netstack/test/unittest/websocket_test/
H A Dwebsocket_capi_unittest.cpp91 int sendLength = std::strlen(senddata); in HWTEST_F() local
92 ret = OH_WebSocketClient_Send(client, const_cast<char *>(senddata), sendLength); in HWTEST_F()
122 int sendLength = std::strlen(senddata); in HWTEST_F() local
137 ret = OH_WebSocketClient_Send(client, const_cast<char *>(senddata), sendLength); in HWTEST_F()
/foundation/communication/netstack/test/unittest/websocket_capi_unittest/
H A Dwebsocket_capi_unittest.cpp92 int sendLength = std::strlen(senddata); in HWTEST_F() local
93 ret = OH_WebSocketClient_Send(client, const_cast<char *>(senddata), sendLength); in HWTEST_F()
123 int sendLength = std::strlen(senddata); in HWTEST_F() local
138 ret = OH_WebSocketClient_Send(client, const_cast<char *>(senddata), sendLength); in HWTEST_F()
/foundation/communication/netstack/test/fuzztest/websocketinnerapi_fuzzer/
H A Dwebsocket_inner_fuzzer.cpp126 int32_t sendLength = std::strlen(data1); in SetSendDataTest() local
127 client->Send(const_cast<char *>(data1), sendLength); in SetSendDataTest() local
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
H A Dwebsocket_exec.cpp401 int sendLength = lws_write(wsi, reinterpret_cast<unsigned char *>(sendData.data) + LWS_SEND_BUFFER_PRE_PADDING, in LwsCallbackClientWritable() local
404 NETSTACK_LOGD("lws send data length is %{public}d", sendLength); in LwsCallbackClientWritable()

Completed in 4 milliseconds