Home
last modified time | relevance | path

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

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