Searched refs:memcpyResult (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | buffer_object.cpp | 56 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 D | dbinder_base_invoker_process.h | 154 …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 366 …memcpyResult += 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 D | dbinder_databus_invoker.cpp | 465 …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()
|