H A D | dbinder_service.cpp | 546 std::shared_ptr<struct DHandleEntryTxRx> replyMessage = PopLoadSaItem(srcNetworkId, systemAbilityId); in LoadSystemAbilityComplete() local 547 if (replyMessage == nullptr) { in LoadSystemAbilityComplete() 551 SendReplyMessageToRemote(MESSAGE_AS_REMOTE_ERROR, SA_NOT_FOUND, replyMessage); in LoadSystemAbilityComplete() 555 binder_uintptr_t binderObject = replyMessage->binderObject; in LoadSystemAbilityComplete() 561 SendReplyMessageToRemote(MESSAGE_AS_REMOTE_ERROR, SA_NOT_FOUND, replyMessage); in LoadSystemAbilityComplete() 570 std::string deviceId = replyMessage->deviceIdInfo.fromDeviceId; in LoadSystemAbilityComplete() 571 if (replyMessage->transType != IRemoteObject::DATABUS_TYPE) { in LoadSystemAbilityComplete() 572 SendReplyMessageToRemote(MESSAGE_AS_REMOTE_ERROR, SA_INVOKE_FAILED, replyMessage); in LoadSystemAbilityComplete() 577 uint32_t tokenId = (replyMessage->head.version < RPC_TOKENID_SUPPORT_VERSION) ? in LoadSystemAbilityComplete() 578 0 : replyMessage in LoadSystemAbilityComplete() 591 SendReplyMessageToRemote(uint32_t dBinderCode, uint32_t reason, std::shared_ptr<struct DHandleEntryTxRx> replyMessage) SendReplyMessageToRemote() argument 658 std::shared_ptr<DHandleEntryTxRx> replyMessage = message; OnRemoteInvokerMessage() local 747 SetReplyMessage(std::shared_ptr<struct DHandleEntryTxRx> replyMessage, uint64_t stubIndex, const std::string &serverSessionName, uint32_t selfTokenId, IPCObjectProxy *proxy) SetReplyMessage() argument 767 OnRemoteInvokerDataBusMessage(IPCObjectProxy *proxy, std::shared_ptr<struct DHandleEntryTxRx> replyMessage, std::string &remoteDeviceId, int pid, int uid, uint32_t tokenId) OnRemoteInvokerDataBusMessage() argument 911 OnRemoteErrorMessage(std::shared_ptr<struct DHandleEntryTxRx> replyMessage) OnRemoteErrorMessage() argument 921 OnRemoteReplyMessage(std::shared_ptr<struct DHandleEntryTxRx> replyMessage) OnRemoteReplyMessage() argument 949 IsInvalidStub(std::shared_ptr<struct DHandleEntryTxRx> replyMessage) IsInvalidStub() argument 958 CopyDeviceIdInfo(std::shared_ptr<struct SessionInfo> &session, std::shared_ptr<struct DHandleEntryTxRx> replyMessage) CopyDeviceIdInfo() argument 969 InitializeSession(std::shared_ptr<struct SessionInfo> &session, std::shared_ptr<struct DHandleEntryTxRx> replyMessage) InitializeSession() argument 981 MakeSessionByReplyMessage(std::shared_ptr<struct DHandleEntryTxRx> replyMessage) MakeSessionByReplyMessage() argument [all...] |