Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/test/fuzztest/websocketcapi_fuzzer/
H A Dwebsocket_capi_fuzzer.cpp122 const char *senddata = "Hello, world,websocket!"; in SetSendDataTest() local
123 int32_t sendLength = std::strlen(senddata); in SetSendDataTest()
124 OH_WebSocketClient_Send(client, const_cast<char *>(senddata), sendLength); in SetSendDataTest()
134 const char *senddata = "Hello, world,websocket!"; in SetSendDataLengthTest() local
136 OH_WebSocketClient_Send(client, const_cast<char *>(senddata), sendLength); in SetSendDataLengthTest()
/ohos5.0/foundation/communication/netstack/test/unittest/websocket_capi_unittest/
H A Dwebsocket_capi_unittest.cpp90 const char *senddata = "Hello, I love China!"; variable
91 int sendLength = std::strlen(senddata);
92 ret = OH_WebSocketClient_Send(client, const_cast<char *>(senddata), sendLength);