Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dbinder_invoker.h244 …bool TranslateDBinderStub(int handle, MessageParcel &parcel, bool isReply, size_t &totalDBinderBuf…
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp159 if (!TranslateDBinderStub(handle, data, false, totalDBinderBufSize)) { in SendRequest()
397 bool BinderInvoker::TranslateDBinderStub(int handle, MessageParcel &parcel, bool isReply, size_t &t… in TranslateDBinderStub() function in OHOS::IPC_SINGLE::BinderInvoker
571 if (!TranslateDBinderStub(-1, reply, true, totalDBinderBufSize)) { in SendReply()