Home
last modified time | relevance | path

Searched defs:sendBuffer (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/bufferobject_fuzzer/
H A Dbufferobject_fuzzer.cpp32 char *sendBuffer = object.GetSendBufferAndLock(sendSize); in GetSendBufferAndLockTest() local
47 char *sendBuffer = object.GetReceiveBufferAndLock(sendSize); in GetReceiveBufferAndLockTest() local
/ohos5.0/base/startup/init/interfaces/innerkits/fd_holder/
H A Dfd_holder.c85 char sendBuffer[MAX_FD_HOLDER_BUFFER] = {}; in ServiceSendFds() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_data_process.cpp152 std::shared_ptr<DataBuffer> sendBuffer = buffer; in SendDataAsync() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h305 char *sendBuffer = sessionBuff->GetSendBufferAndLock(sendSize); in MoveTransData2Buffer() local
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/unittest/
H A Dtoken_sync_service_test.cpp174 unsigned char *sendBuffer = (unsigned char *)malloc(0x1000); in SendTaskThread() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp355 char *sendBuffer = sessionBuff->GetSendBufferAndLock(SOCKET_DEFAULT_BUFF_SIZE); in SendData() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h162 uint8_t sendBuffer[NSTACKX_MAX_FRAME_SIZE]; member