Home
last modified time | relevance | path

Searched refs:totalDBinderBufSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp157 size_t totalDBinderBufSize = 0; in SendRequest() local
159 if (!TranslateDBinderStub(handle, data, false, totalDBinderBufSize)) { in SendRequest()
163 if (totalDBinderBufSize > 0 && dataSize % BINDER_ALIGN_BYTES != 0) { in SendRequest()
414 totalDBinderBufSize += alignSize; in TranslateDBinderStub()
569 size_t totalDBinderBufSize = 0; in SendReply() local
571 if (!TranslateDBinderStub(-1, reply, true, totalDBinderBufSize)) { in SendReply()
575 if (totalDBinderBufSize > 0 && replySize % BINDER_ALIGN_BYTES != 0) { in SendReply()
581 int cmd = (totalDBinderBufSize > 0) ? BC_REPLY_SG : BC_REPLY; in SendReply()
1134 const int32_t *status, size_t totalDBinderBufSize) in WriteTransaction() argument
1138 bool isContainPtrType = totalDBinderBufSize > 0; in WriteTransaction()
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dbinder_invoker.h168 const int *status, size_t totalDBinderBufSize);
244 …TranslateDBinderStub(int handle, MessageParcel &parcel, bool isReply, size_t &totalDBinderBufSize);