Home
last modified time | relevance | path

Searched defs:sendData (Results 1 – 16 of 16) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
Drs_profiler_network_test.cpp110 std::vector<char> sendData { type, 11, 0, 0, 0, 0, 1, 2, 3, 4, 5 }; variable
126 std::vector<char> sendData { type, 10, 0, 0, 0, 'h', 'e', 'l', 'l', 'o' }; variable
143 std::vector<char> sendData { type, 10, 0, 0, 0, subtype, 'p', 'a', 't', 'h' }; variable
160 std::vector<char> sendData { type, 10, 0, 0, 0, subtype, 'p', 'a', 't', 'h' }; variable
180 std::vector<char> sendData { type, 12, 0, 0, 0, subtype, 0, 1, 2, 3, 4, 5 }; variable
195 std::vector<char> sendData { type, 6, 0, 0, 0, subtype }; variable
215 …std::vector<char> sendData { type, 22, 0, 0, 0, subtype, 10, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, … variable
/foundation/window/window_manager/test/fuzztest/wms/windowipc_fuzzer/
Dwindowipc_fuzzer.cpp76 MessageParcel sendData; in IPCFuzzTest() local
84 void IPCSpecificInterfaceFuzzTest1(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParce… in IPCSpecificInterfaceFuzzTest1()
123 void IPCSpecificInterfaceFuzzTest2(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParce… in IPCSpecificInterfaceFuzzTest2()
165 MessageParcel sendData; in IPCInterfaceFuzzTest() local
/foundation/window/window_manager/test/fuzztest/dms/displaymanageripc_fuzzer/
Ddisplaymanageripc_fuzzer.cpp77 MessageParcel sendData; in IPCFuzzTest() local
86 void IPCSpecificInterfaceFuzzTest1(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParce… in IPCSpecificInterfaceFuzzTest1()
139 void IPCSpecificInterfaceFuzzTest2(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParce… in IPCSpecificInterfaceFuzzTest2()
202 MessageParcel sendData; in IPCInterfaceFuzzTest() local
/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
Dscreensessionmanager_fuzzer.cpp73 MessageParcel sendData; in IPCFuzzTest() local
84 void IPCSpecificInterfaceFuzzTest1(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParce… in IPCSpecificInterfaceFuzzTest1()
121 void IPCSpecificInterfaceFuzzTest2(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParce… in IPCSpecificInterfaceFuzzTest2()
158 void IPCSpecificInterfaceFuzzTest3(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParce… in IPCSpecificInterfaceFuzzTest3()
204 MessageParcel sendData; in IPCInterfaceFuzzTest() local
/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/
Dsessioninterface_fuzzer.cpp91 MessageParcel sendData; in IPCFuzzTest() local
102 void IPCSpecificInterfaceFuzzTest1(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParce… in IPCSpecificInterfaceFuzzTest1()
131 void IPCSpecificInterfaceFuzzTest2(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParce… in IPCSpecificInterfaceFuzzTest2()
173 MessageParcel sendData; in IPCInterfaceFuzzTest() local
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/softbus_adapter/
Dsoftbus_adapter_common_test.cpp86 uint8_t* sendData = nullptr; variable
Dsoftbus_adapter_test.cpp92 uint8_t* sendData = nullptr; variable
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
Dhid_host_l2cap_connection.cpp236 int HidHostL2capConnection::SendData(SendHidData sendData, int length, uint8_t* pkt) in SendData()
254 void HidHostL2capConnection::SendGetReport(SendHidData sendData) in SendGetReport()
298 void HidHostL2capConnection::SendSetReport(SendHidData sendData, int length, uint8_t* pkt) in SendSetReport()
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
Dstream_encrypt_client_mt.cpp69 bool IsTestOk(bool isLocalEncrypt, const std::string sendData, const std::shared_ptr<Response> &res… in IsTestOk()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
Dsoftbus_proxychannel_listener_test.cpp329 char sendData[SESSIONKEYSIZE] = {0}; variable
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
Ddns_resolv_listen.cpp54 ResolvConfig sendData = {0}; in ProcGetConfigCommand() local
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/
Ddistributed_stream_test.cpp223 char *sendData = static_cast<char*>(malloc(STREAM_SIZE)); in TestSendStream() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
Dsoftbus_proxychannel_pipeline.c238 char *sendData = (char *)SoftBusCalloc(dataLen + sizeof(uint32_t)); in TransProxyPipelineSendMessage() local
/foundation/communication/netstack/frameworks/native/websocket_client/
Dwebsocket_client.cpp151 SendData sendData = client->GetClientContext()->Pop(); in LwsCallbackClientWritable() local
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
Dwebsocket_exec.cpp397 auto sendData = userData->Pop(); in LwsCallbackClientWritable() local
/foundation/arkui/napi/sample/native_module_systemtest/
Dtest_napi.cpp422 int32_t sendData = SEND_DATA; in TsFuncDataSourceThread0200() local
454 int32_t sendData = SEND_DATA; in TsFuncabortThread() local