Searched refs:sendLength (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/netstack/test/fuzztest/websocketcapi_fuzzer/ |
H A D | websocket_capi_fuzzer.cpp | 123 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 D | websocket_capi_unittest.cpp | 91 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 D | websocket_capi_unittest.cpp | 92 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 D | websocket_inner_fuzzer.cpp | 126 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 D | websocket_exec.cpp | 401 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 5 milliseconds