Home
last modified time | relevance | path

Searched defs:sendLength (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/netstack/test/fuzztest/websocket_capi_fuzzer/
Dwebsocket_capi_fuzzer.cpp123 int32_t sendLength = std::strlen(senddata); in SetSendDataTest() local
135 int32_t sendLength = size; in SetSendDataLengthTest() local
/foundation/communication/netstack/test/unittest/websocket_capi_unittest/
Dwebsocket_capi_unittest.cpp91 int sendLength = std::strlen(senddata); variable
/foundation/communication/netstack/test/fuzztest/websocket_inner_fuzzer/
Dwebsocket_inner_fuzzer.cpp126 int32_t sendLength = std::strlen(data1); in SetSendDataTest() local
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
Dwebsocket_exec.cpp365 …int sendLength = lws_write(wsi, reinterpret_cast<unsigned char *>(sendData.data) + LWS_SEND_BUFFER… in LwsCallbackClientWritable() local