Searched defs:SendReply (Results 1 – 6 of 6) sorted by relevance
26 int32 BundleMsClient::SendReply(int32 result) in SendReply() function in OHOS::BundleMsClient
128 template <class T> int DBinderBaseInvoker<T>::SendReply(MessageParcel &reply, uint32_t flags, int32… in SendReply() function
185 static void SendReply(IpcMsg *ipcMsg, IpcIo *reply) in SendReply() function
195 static int32_t SendReply(IpcIo *reply, const int32_t *status) in SendReply() function
340 static int32_t SendReply(IpcIo *reply, uint32_t flags, int32_t result) in SendReply() function
567 int BinderInvoker::SendReply(MessageParcel &reply, uint32_t flags, int32_t result) in SendReply() function in OHOS::IPC_SINGLE::BinderInvoker