Home
last modified time | relevance | path

Searched defs:HandleReply (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h337 int DBinderBaseInvoker<T>::HandleReply(uint64_t seqNumber, MessageParcel *reply, in HandleReply() function
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c247 static void HandleReply(IpcIo *reply, const struct binder_transaction_data *tr, uintptr_t *buffer) in HandleReply() function
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c262 static int32_t HandleReply(uint64_t seqNumber, IpcIo *reply, uintptr_t *buffer) in HandleReply() function
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp919 int BinderInvoker::HandleReply(MessageParcel *reply, bool &isStubRet) in HandleReply() function in OHOS::IPC_SINGLE::BinderInvoker