Home
last modified time | relevance | path

Searched refs:SendReplyMessageToRemote (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp551 SendReplyMessageToRemote(MESSAGE_AS_REMOTE_ERROR, SA_NOT_FOUND, replyMessage); in LoadSystemAbilityComplete()
561 SendReplyMessageToRemote(MESSAGE_AS_REMOTE_ERROR, SA_NOT_FOUND, replyMessage); in LoadSystemAbilityComplete()
572 SendReplyMessageToRemote(MESSAGE_AS_REMOTE_ERROR, SA_INVOKE_FAILED, replyMessage); in LoadSystemAbilityComplete()
582 SendReplyMessageToRemote(MESSAGE_AS_REMOTE_ERROR, result, replyMessage); in LoadSystemAbilityComplete()
585 SendReplyMessageToRemote(MESSAGE_AS_REPLY, 0, replyMessage); in LoadSystemAbilityComplete()
591 void DBinderService::SendReplyMessageToRemote(uint32_t dBinderCode, uint32_t reason, in SendReplyMessageToRemote() function in OHOS::DBinderService
643 SendReplyMessageToRemote(MESSAGE_AS_REMOTE_ERROR, SAID_INVALID_ERR, message); in OnRemoteInvokerMessage()
654 SendReplyMessageToRemote(MESSAGE_AS_REMOTE_ERROR, SA_NOT_DISTRUBUTED_ERR, message); in OnRemoteInvokerMessage()
670 SendReplyMessageToRemote(MESSAGE_AS_REMOTE_ERROR, SA_NOT_AVAILABLE, replyMessage); in OnRemoteInvokerMessage()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h374 void SendReplyMessageToRemote(uint32_t dBinderCode, uint32_t reason,
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp1340 dBinderService->SendReplyMessageToRemote(dBinderCode, reason, replyMessage);
1342 dBinderService->SendReplyMessageToRemote(dBinderCode, reason, replyMessage);