Home
last modified time | relevance | path

Searched defs:replyMessage (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp592 std::shared_ptr<struct DHandleEntryTxRx> replyMessage) in SendReplyMessageToRemote()
658 std::shared_ptr<DHandleEntryTxRx> replyMessage = message; in OnRemoteInvokerMessage() local
747 bool DBinderService::SetReplyMessage(std::shared_ptr<struct DHandleEntryTxRx> replyMessage, uint64_… in SetReplyMessage()
768 std::shared_ptr<struct DHandleEntryTxRx> replyMessage, in OnRemoteInvokerDataBusMessage()
911 bool DBinderService::OnRemoteErrorMessage(std::shared_ptr<struct DHandleEntryTxRx> replyMessage) in OnRemoteErrorMessage()
921 bool DBinderService::OnRemoteReplyMessage(std::shared_ptr<struct DHandleEntryTxRx> replyMessage) in OnRemoteReplyMessage()
949 bool DBinderService::IsInvalidStub(std::shared_ptr<struct DHandleEntryTxRx> replyMessage) in IsInvalidStub()
959 std::shared_ptr<struct DHandleEntryTxRx> replyMessage) in CopyDeviceIdInfo()
970 std::shared_ptr<struct DHandleEntryTxRx> replyMessage) in InitializeSession()
981 void DBinderService::MakeSessionByReplyMessage(std::shared_ptr<struct DHandleEntryTxRx> replyMessag… in MakeSessionByReplyMessage()
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c528 static int32_t OnRemoteInvokerDataBusMessage(ProxyObject *proxy, DHandleEntryTxRx *replyMessage, in OnRemoteInvokerDataBusMessage()
595 DHandleEntryTxRx replyMessage; in OnRemoteInvokerMessage() local
666 static void MakeSessionByReplyMessage(const DHandleEntryTxRx *replyMessage) in MakeSessionByReplyMessage()
718 static int32_t OnRemoteReplyMessage(const DHandleEntryTxRx *replyMessage) in OnRemoteReplyMessage()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp1334 std::shared_ptr<DHandleEntryTxRx> replyMessage = std::make_shared<DHandleEntryTxRx>(); variable