Searched defs: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 79 auto memcpyResult = memmove_s(receiveBuffer_, recvBufferCursorW_ - recvBufferCursorR_, in UpdateReceiveBuffer() local 120 int memcpyResult = memcpy_s(newBuffer_, needSize, sendBuffer_, sendBuffSize_); in ExpandSendBuffer() local 149 int memcpyResult = memcpy_s(newBuffer_, needSize, receiveBuffer_, recvBuffSize_); in GetReceiveBufferAndLock() local
|
/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 256 int memcpyResult = memcpy_s(buffer.get(), size, inBuffer, size); in MakeThreadProcessInfo() local 363 int memcpyResult = in MoveMessageParcel2TransData() local
|
/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
|