Home
last modified time | relevance | path

Searched refs:memcpyResult (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dbuffer_object.cpp56 auto memcpyResult = memmove_s(sendBuffer_, sendBufferCursorW_ - sendBufferCursorR_, in UpdateSendBuffer() local
58 if (memcpyResult != EOK) { in UpdateSendBuffer()
79 auto memcpyResult = memmove_s(receiveBuffer_, recvBufferCursorW_ - recvBufferCursorR_, in UpdateReceiveBuffer() local
81 if (memcpyResult != EOK) { in UpdateReceiveBuffer()
120 int memcpyResult = memcpy_s(newBuffer_, needSize, sendBuffer_, sendBuffSize_); in ExpandSendBuffer() local
121 if (memcpyResult != 0) { in ExpandSendBuffer()
149 int memcpyResult = memcpy_s(newBuffer_, needSize, receiveBuffer_, recvBuffSize_); in GetReceiveBufferAndLock() local
150 if (memcpyResult != 0) { in GetReceiveBufferAndLock()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_process.h154 …int memcpyResult = memcpy_s(messageInfo->buffer, tr->sizeOfSelf - sizeof(dbinder_transaction_data)… in ProcessReply() local
156 if (memcpyResult != 0) { in ProcessReply()
158 memcpyResult, tr->seqNumber, listenFd); in ProcessReply()
256 int memcpyResult = memcpy_s(buffer.get(), size, inBuffer, size); in MakeThreadProcessInfo() local
257 if (memcpyResult != 0) { in MakeThreadProcessInfo()
363 int memcpyResult = in MoveMessageParcel2TransData() local
366memcpyResult += memcpy_s(transData->buffer + transData->buffer_size, useSize - transData->buffer_s… in MoveMessageParcel2TransData()
369 if (memcpyResult != 0) { in MoveMessageParcel2TransData()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp465 …int memcpyResult = memcpy_s(flatSession->deviceId, DEVICEID_LENGTH, connectSession->GetDeviceId().… in FlattenSession() local
467 if (memcpyResult != 0) { in FlattenSession()
478 memcpyResult = memcpy_s(flatSession->serviceName, SUPPORT_TOKENID_SERVICENAME_LENGTH, in FlattenSession()
480 if (memcpyResult != 0) { in FlattenSession()